From df77fb2ae81bb0296cd921b94be22a742f5db042 Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 13 Apr 2021 12:38:31 -0400 Subject: [PATCH] ingress --- helm-guestbook/templates/ingress.yaml | 4 ++-- helm-guestbook/values.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/helm-guestbook/templates/ingress.yaml b/helm-guestbook/templates/ingress.yaml index 67abbee..97247e9 100644 --- a/helm-guestbook/templates/ingress.yaml +++ b/helm-guestbook/templates/ingress.yaml @@ -10,8 +10,8 @@ metadata: {{- end }} spec: rules: - # - host: argo.cirruslabs.io - - http: + - host: {{ .Values.ingress.host }} + http: paths: - path: {{ .Values.ingress.path }} backend: diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index a9170c6..b7baded 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -30,8 +30,7 @@ ingress: # nginx.ingress.kubernetes.io/canary-by-header-pattern: "aspc|eu" # kubernetes.io/tls-acme: "true" path: / - # hosts: - # - chart-example.local + host: guestbook.52.255.162.155.nip.io tls: [] # - secretName: chart-example-tls # hosts: