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

View file

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

View file

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