add extra containers for postiz

This commit is contained in:
Jan Breitkopf
2024-12-10 12:09:13 +01:00
parent f09e2ff4fe
commit 24fcde5f2e
4 changed files with 12 additions and 3 deletions
@@ -51,6 +51,9 @@ spec:
name: {{ include "postiz.fullname" . }}-secrets
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.extraContainers }}
{{- toYaml .Values.extraContainers | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
@@ -69,4 +72,4 @@ spec:
{{- else }}
- name: uploads-volume
emptyDir: {}
{{- end }}
{{- end }}
+4 -1
View File
@@ -11,5 +11,8 @@ spec:
targetPort: http
protocol: TCP
name: http
{{- if .Values.service.additionalPorts }}
{{- toYaml .Values.service.additionalPorts | nindent 4 }}
{{- end }}
selector:
{{- include "postiz.selectorLabels" . | nindent 4 }}
{{- include "postiz.selectorLabels" . | nindent 4 }}