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 # Connection URL
# #
# For production use it's recommended to use PostgreSQL. # 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 # Whether to enable sending on periodic heartbeat queries
# #
+5 -4
View File
@@ -40,10 +40,11 @@ spec:
# name: server # name: server
# key: token # key: token
- name: ATTIC_SERVER_DATABASE_URL - name: ATTIC_SERVER_DATABASE_URL
valueFrom: value: "http://attic-db.svc.cluster.local:5432"
secretKeyRef: # valueFrom:
name: database # secretKeyRef:
key: url # name: database
# key: url
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /attic mountPath: /attic