adapt owncloud helm chart from mumme-it/owncloud
This commit is contained in:
@ -8,11 +8,8 @@ spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
{{- if and (eq .Values.service.type "NodePort") .Values.service.nodePort }}
|
||||
nodePort: {{ .Values.service.nodePort }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- include "owncloud.selectorLabels" . | nindent 4 }}
|
||||
|
Reference in New Issue
Block a user