add basic helm chart
This commit is contained in:
parent
44abae3f81
commit
d6a27c221f
8 changed files with 147 additions and 0 deletions
9
helm/nodejs/templates/route.yaml
Normal file
9
helm/nodejs/templates/route.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue