0

values.yaml ファイルに次のコードがあります。

ingress:
  kind: Ingress
  hostname: auth.localhost
  enabled: true
  metadata: fusionauth-ingress
  hosts:
    - host: auth.local
  spec:
    rules:
      http:
        paths: "/"
      path:
        pathType: Prefix
        backend:
          service:
            name: web
            port:
              number: 8080
            serviceName: fusionauth
            servicePort: 9011

私が実行すると:helm upgrade --install fusionauth-init --values fusionauth/values.yaml fusionauth

次のエラーが表示されます。Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(Ingress.spec.rules[0].http): missing required field "paths" in io.k8s.api.networking.v1.HTTPIngressRuleValue

Helm は初めてですが、ロジックのどこにエラーがあるのか​​ わかりません。

助けてくれてありがとう。

4

1 に答える 1