Add certs stalwart

This commit is contained in:
Ruben Hensen
2026-01-25 23:16:30 +01:00
parent 656f1f1bff
commit 642bc9d2cf
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -66,6 +66,9 @@ spec:
- name: config
mountPath: /opt/stalwart/etc/config.toml
subPath: config.toml
- name: tls-certs
mountPath: /opt/stalwart/certs
readOnly: true
volumes:
- name: stalwart-volume
persistentVolumeClaim:
@@ -73,3 +76,6 @@ spec:
- name: config
configMap:
name: {{ include "stalwart.fullname" . }}-config
- name: tls-certs
secret:
secretName: {{ .Values.tls.secretName }}