-
Notifications
You must be signed in to change notification settings - Fork 1
render ingress
pablosanchezpaz edited this page Mar 1, 2021
·
3 revisions
name: <ingress_name>
rules_path:
-path: /
service: <ingress_service>
port: <ingress_port>{{- define "myingress.ingress.data" -}}
name: {{ .Release.Name }}-ingress
rules_path:
- path: /{{ .Release.Name }}
service: {{ .Release.Name }}-service
port: 80
{{- end -}}
{{ include "ph.ingress.render" (include "myingress.ingress.data" . | fromYaml ) }}