fix: Set attic db url
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user