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