This commit is contained in:
2023-08-12 13:38:28 +02:00
parent b2ff8bf594
commit ce1ed3c95b
2 changed files with 64 additions and 58 deletions

View File

@@ -62,6 +62,12 @@ resource "kubectl_manifest" "haraka_deploy" {
- name: config
mountPath: /app/config/wildduck.yaml
subPath: wildduck.yaml
- name: config
mountPath: /app/config/smtp.ini
subPath: smtp.ini
- name: config
mountPath: /app/config/dkim_sign.ini
subPath: dkim_sign.ini
- name: tls
mountPath: /app/config/tls_key.pem
subPath: tls.key