This commit is contained in:
2024-05-28 17:10:33 +02:00
parent 6273f96d6f
commit f2a0d58064

View File

@@ -248,6 +248,9 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
- name: taiga-back
containerPort: 8000
volumeMounts:
- name: scripts
mountPath: /taiga-back/settings/config.py
subPath: config.py
- name: scripts
mountPath: /docker-entrypoint.d/certs.sh
subPath: certs.sh
@@ -370,6 +373,8 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
items:
- key: certs.sh
path: certs.sh
- key: config.py
path: config.py
- name: data
persistentVolumeClaim:
claimName: ${kubectl_manifest.pvc.name}