fix
This commit is contained in:
@@ -248,6 +248,9 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
|
|||||||
- name: taiga-back
|
- name: taiga-back
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- name: scripts
|
||||||
|
mountPath: /taiga-back/settings/config.py
|
||||||
|
subPath: config.py
|
||||||
- name: scripts
|
- name: scripts
|
||||||
mountPath: /docker-entrypoint.d/certs.sh
|
mountPath: /docker-entrypoint.d/certs.sh
|
||||||
subPath: certs.sh
|
subPath: certs.sh
|
||||||
@@ -370,6 +373,8 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
|
|||||||
items:
|
items:
|
||||||
- key: certs.sh
|
- key: certs.sh
|
||||||
path: certs.sh
|
path: certs.sh
|
||||||
|
- key: config.py
|
||||||
|
path: config.py
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: ${kubectl_manifest.pvc.name}
|
claimName: ${kubectl_manifest.pvc.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user