nodejs-ex/helm/nodejs/templates/route.yaml
2017-09-14 17:48:56 -05:00

9 lines
207 B
YAML

kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: {{ .Values.name | quote }}
spec:
host: {{ .Values.application_domain | quote }}
to:
kind: Service
name: {{ .Values.name | quote }}