fixing firefly
This commit is contained in:
parent
b2948638d4
commit
e262e8e32a
|
|
@ -15,7 +15,7 @@ data:
|
||||||
APP_LOG_LEVEL: notice
|
APP_LOG_LEVEL: notice
|
||||||
AUDIT_LOG_LEVEL: emergency
|
AUDIT_LOG_LEVEL: emergency
|
||||||
DB_CONNECTION: pgsql
|
DB_CONNECTION: pgsql
|
||||||
DB_HOST: postgres
|
DB_HOST: firefly-db
|
||||||
DB_PORT: "5432"
|
DB_PORT: "5432"
|
||||||
DB_DATABASE: firefly
|
DB_DATABASE: firefly
|
||||||
DB_USERNAME: firefly
|
DB_USERNAME: firefly
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ spec:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: firefly-config
|
name: firefly-config
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: firefly-secret
|
name: firefly-secrets
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: firefly-data
|
- name: firefly-data
|
||||||
mountPath: /var/www/html/storage
|
mountPath: /var/www/html/storage
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- secret.yaml
|
#- secret.yaml
|
||||||
- postgres.yaml
|
- postgres.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- configmap.yaml
|
- configmap.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue