diff --git a/charts/test-chart/values.yaml b/charts/test-chart/values.yaml index feeb236..2806859 100644 --- a/charts/test-chart/values.yaml +++ b/charts/test-chart/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 3 +replicaCount: 2 image: repository: nginx @@ -47,7 +47,7 @@ ingress: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: chart-example.testv.local + - host: chart-example.testvde.local paths: - path: / pathType: ImplementationSpecific