update grafana ingress
This commit is contained in:
@@ -47,14 +47,14 @@ spec:
|
||||
timeoutSeconds: 1
|
||||
env:
|
||||
- name: GF_SERVER_ROOT_URL
|
||||
value: "https://pulse.prod.panic.haus/"
|
||||
value: "https://stats.prod.panic.haus/"
|
||||
- name: GF_SERVER_DOMAIN
|
||||
value: "pulse.prod.panic.haus"
|
||||
value: "stats.prod.panic.haus"
|
||||
# External database configuration (example using PostgreSQL)
|
||||
- name: GF_DATABASE_TYPE
|
||||
value: "postgres"
|
||||
- name: GF_DATABASE_HOST
|
||||
value: "postgres-base-rw.postgres:5432" # Change to your external DB service address
|
||||
value: "postgres-base-rw.postgres:5432"
|
||||
- name: GF_DATABASE_NAME
|
||||
value: "grafanadb"
|
||||
- name: GF_DATABASE_USER
|
||||
|
||||
Reference in New Issue
Block a user