helm e2e test fix

Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
This commit is contained in:
Raghavi Shirur 2023-10-31 14:55:36 +05:30
parent 53e28ff20c
commit 5c56450565
1 changed files with 16 additions and 4 deletions

View File

@ -2,17 +2,29 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
replicaCount: 3
container:
port: 8080
image:
repository: gcr.io/heptio-images/ks-guestbook-demo
tag: 0.1
pullPolicy: IfNotPresent
repository: quay.io/quay/busybox
tag: latest
pullPolicy: Always
args: ['sh', '-c', 'tail -f /dev/null']
probe: {}
# image:
# repository: gcr.io/heptio-images/ks-guestbook-demo
# tag: 0.1
# pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
ingress:
enabled: false
annotations: {}