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,16 +51,23 @@ resource "kubectl_manifest" "zonemta_deploy" {
{}
volumeMounts:
- name: tls
mountPath: "/var/opt/certs"
readOnly: true
mountPath: "/var/opt/certs"
readOnly: true
- name: config
mountPath: /app/config
- name: wildduck-zonemta-interfaces-config-volume
mountPath: /app/config/interfaces
- name: wildduck-zonemta-plugins-config-volume
mountPath: /app/config/plugins
- name: wildduck-zonemta-zones-config-volume
mountPath: /app/config/zones
mountPath: /app/config/dbs-production.toml
subPath: dbs-production.toml
- name: config
mountPath: /app/config/pools.toml
subPath: pools.toml
- name: config
mountPath: /app/config/plugins/wildduck.toml
subPath: wildduck.toml
- name: config
mountPath: /app/config/plugins/loop-breaker.toml
subPath: loop-breaker.toml
- name: config
mountPath: /app/config/interfaces/feeder.toml
subPath: feeder.toml
volumes:
- name: config
configMap: