Initial cobalt setup and form/listing implementation

This commit is contained in:
2022-07-04 03:04:11 -05:00
parent 63ae51673a
commit 4715bf2758
1866 changed files with 192190 additions and 15 deletions

View File

@@ -34,7 +34,11 @@ spec:
key: DATABASE_PASSWORD
optional: false
- name: DATABASE_HOST
value: "$(PGSQL_POSTGRESQL_SERVICE_HOST)"
valueFrom:
secretKeyRef:
name: garrettmills-dev-secrets
key: DATABASE_HOST
optional: false
- name: REDIS_HOST
value: redis.redis.svc.cluster.local
- name: REDIS_PASSWORD