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