Browse Source

ingress

pull/82/head
brandon 4 years ago
parent
commit
df77fb2ae8
  1. 4
      helm-guestbook/templates/ingress.yaml
  2. 3
      helm-guestbook/values.yaml

4
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:

3
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:

Loading…
Cancel
Save