From ae6dac6595ca374f27a2bb3af10235b2b25fa21f Mon Sep 17 00:00:00 2001 From: shaik jilanbasha <53536581+jilan804@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:51:59 +0530 Subject: [PATCH] Update values.yaml --- helm-guestbook/values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712..bcc6c48 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -5,13 +5,15 @@ replicaCount: 1 image: - repository: gcr.io/heptio-images/ks-guestbook-demo + repository: 292090429255.dkr.ecr.ap-south-1.amazonaws.com/eks:latest +# repository: gcr.io/heptio-images/ks-guestbook-demo tag: 0.1 pullPolicy: IfNotPresent service: - type: ClusterIP - port: 80 + type: LoadBalancer +# type: ClusterIP +# port: 80 ingress: enabled: false