shaik jilanbasha
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
3 deletions
-
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 |
|
|
|