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