From a14705dc1c43cebd995fa45cc5cf2a4e18f8802c Mon Sep 17 00:00:00 2001 From: Alexandru Bosii Date: Wed, 17 Jul 2024 18:51:14 +0300 Subject: [PATCH] update values --- charts/test-chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/test-chart/values.yaml b/charts/test-chart/values.yaml index 4d1aba9..5e3fbb2 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: 1 +replicaCount: 2 image: repository: nginx @@ -47,7 +47,7 @@ ingress: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: chart-example.dev.local + - host: chart-example.testd.local paths: - path: / pathType: ImplementationSpecific