Commit bdfdc0ec authored by Geoff Simmons's avatar Geoff Simmons

Set the Ingress name in the "hello" example helm charts.

parent 32c46e27
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ include "viking-ingress.fullname" . }}
name: {{ .Values.ingress.name }}
labels:
app.kubernetes.io/name: {{ include "viking-ingress.name" . }}
app.kubernetes.io/name: {{ .Values.ingress.name }}
app.kubernetes.io/component: ingress
{{- include "viking-ingress.labels" . | nindent 4 }}
annotations:
......
......@@ -17,6 +17,8 @@ ingress:
# Must match the Ingress class observed by the controller.
class: "varnish"
name: viking-ingress
# Ingress rules
rules:
# - host: example.com
......
......@@ -7,6 +7,7 @@ apps:
replicas: 3
ingress:
name: cafe-ingress
rules:
- host: cafe.example.com
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment