This commit is contained in:
2024-05-29 11:22:18 +02:00
parent 41d2b49246
commit 97e481a148
3 changed files with 37 additions and 299 deletions

View File

@@ -248,9 +248,6 @@ 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
@@ -319,9 +316,6 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
- name: scripts
mountPath: /docker-entrypoint.d/certs.sh
subPath: certs.sh
- name: scripts
mountPath: /taiga-back/settings/config.py
subPath: config.py
- name: data
mountPath: /taiga-back/static
subPath: static
@@ -373,8 +367,6 @@ 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}