Browse Source

test of helm-guestbook

pull/39/head
Roman Voitenko 6 years ago
parent
commit
cc01abfc15
  1. 8
      helm-guestbook/values.yaml

8
helm-guestbook/values.yaml

@ -10,12 +10,13 @@ image:
pullPolicy: IfNotPresent
service:
type: ClusterIP
type: LoadBalancer
port: 80
ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
@ -26,7 +27,8 @@ ingress:
# hosts:
# - chart-example.local
resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following

Loading…
Cancel
Save