This commit is contained in:
2023-08-12 13:36:42 +02:00
parent 6409eab04d
commit b2ff8bf594
2 changed files with 60 additions and 56 deletions

View File

@@ -68,7 +68,11 @@ resource "kubectl_manifest" "haraka_deploy" {
- name: tls
mountPath: /app/config/tls_cert.pem
subPath: tls.crt
- mountPath: /app/queue
name: queue
volumes:
- name: queue
emptyDir: {}
- name: config
configMap:
name: "${var.instance}-haraka"