We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ) }}