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 pullPolicy: IfNotPresent
service: service:
type: ClusterIP type: LoadBalancer
port: 80 port: 80
ingress: ingress:
enabled: false enabled: false
annotations: {} annotations:
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
path: / path: /
@ -26,7 +27,8 @@ ingress:
# hosts: # hosts:
# - chart-example.local # - chart-example.local
resources: {} resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious # 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 # 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 # resources, such as Minikube. If you do want to specify resources, uncomment the following

Loading…
Cancel
Save