Browse Source

Update values.yaml

pull/72/head
shaik jilanbasha 4 years ago
committed by GitHub
parent
commit
ae6dac6595
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      helm-guestbook/values.yaml

8
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

Loading…
Cancel
Save