affine deployment

This commit is contained in:
2026-09-02 20:04:05 -03:00
parent 69fbe2be02
commit dbeca3ef1f
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ spec:
- name: AFFINE_ENABLE_SYNC_FROM_STARTUP
value: "true"
- name: DATABASE_URL
value: "postgres://affine:affine@postgresql.haven:5432/affine"
valueFrom:
secretKeyRef:
name: affine-secret
key: DB_CONNECTION_URL
- name: REDIS_SERVER_HOST
value: "redis.haven"
- name: REDIS_SERVER_PORT