fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user