diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712..fcc6529 100644 --- a/helm-guestbook/values.yaml +++ b/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