fix(values): updated keys
This commit is contained in:
parent
544a6ef272
commit
5fd0cffb6e
@ -8,9 +8,9 @@ metadata:
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
type: {{ .Values.httpd.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
- port: {{ .Values.httpd.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
|
@ -9,16 +9,14 @@ image:
|
||||
tag: lts
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
molgenisUsername: molgenis
|
||||
molgenisEmail: admin@molgenis.org
|
||||
|
||||
service:
|
||||
httpd:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
httpd:
|
||||
proxy: httpd:80:/
|
||||
hostname: test.molgenis.org
|
||||
volume:
|
||||
username: molgenis
|
||||
email: admin@molgenis.org
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
@ -8,9 +8,9 @@ metadata:
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
type: {{ .Values.httpd.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
- port: {{ .Values.httpd.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
|
@ -9,7 +9,13 @@ image:
|
||||
tag: stable
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
httpd:
|
||||
name: httpd
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
proxy: httpd:80:/
|
||||
|
||||
nexus:
|
||||
name: nexus
|
||||
type: ClusterIP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user