From cc01abfc15d4ab262aaef0b8af9630368fe87958 Mon Sep 17 00:00:00 2001 From: Roman Voitenko Date: Fri, 4 Oct 2019 18:44:30 +0200 Subject: [PATCH] test of helm-guestbook --- helm-guestbook/values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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