This commit is contained in:
2023-08-10 07:26:56 +02:00
parent f32fb8d9a8
commit 0aca51fcfc
4 changed files with 75 additions and 33 deletions

View File

@@ -51,7 +51,17 @@ resource "kubectl_manifest" "haraka_deploy" {
{}
volumeMounts:
- name: config
mountPath: /app/config
mountPath: /app/config/me
subPath: me
- name: config
mountPath: /app/config/host_list
subPath: host_list
- name: config
mountPath: /app/config/rspamd.ini
subPath: rspamd.ini
- name: config
mountPath: /app/config/wildduck.yaml
subPath: wildduck.yaml
volumes:
- name: config
configMap: