slight fix
This commit is contained in:
parent
4e11a33855
commit
64835e16de
@ -143,10 +143,6 @@ spec:
|
|||||||
value: "0"
|
value: "0"
|
||||||
- name: DB_ENGINE
|
- name: DB_ENGINE
|
||||||
value: django.db.backends.sqlite3
|
value: django.db.backends.sqlite3
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: recipes
|
|
||||||
key: postgresql-postgres-password
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 65534
|
runAsUser: 65534
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -3,6 +3,7 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
- deployment.yaml
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- recipes.sealedsecret.yaml
|
- recipes.sealedsecret.yaml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user