fix(values): updated keys
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user