fixing firefly

This commit is contained in:
j37hr0 2026-04-07 19:08:16 +12:00
parent b2948638d4
commit e262e8e32a
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -3,7 +3,7 @@ kind: Kustomization
resources:
- ingress.yaml
- deployment.yaml
- secret.yaml
#- secret.yaml
- postgres.yaml
- namespace.yaml
- configmap.yaml