feat: support extraVolumes and extraVolumeMounts

This commit is contained in:
2022-04-21 22:37:56 +02:00
parent 6f36f2b794
commit 04e6d2214c
3 changed files with 60 additions and 6 deletions

View File

@ -12,8 +12,8 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: {{ .Values.config.DRONE_SERVER_PROTO | default "http" }}
protocol: TCP
name: http
name: {{ .Values.config.DRONE_SERVER_PROTO | default "http" }}
selector:
{{- include "drone.selectorLabels" . | nindent 4 }}