nodejs-ex/helm/nodejs/templates/route.yaml

10 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 }}