fix: Set attic db url

This commit is contained in:
2025-08-26 21:06:07 +02:00
parent 1583a7be50
commit c363b852a4
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ data:
# Connection URL
#
# For production use it's recommended to use PostgreSQL.
url = ""
url = "http://attic-db.svc.cluster.local:5432"
# Whether to enable sending on periodic heartbeat queries
#
+5 -4
View File
@@ -40,10 +40,11 @@ spec:
# name: server
# key: token
- name: ATTIC_SERVER_DATABASE_URL
valueFrom:
secretKeyRef:
name: database
key: url
value: "http://attic-db.svc.cluster.local:5432"
# valueFrom:
# secretKeyRef:
# name: database
# key: url
volumeMounts:
- name: data
mountPath: /attic