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: