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
|
||||
|
||||
@@ -10,11 +10,11 @@ spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- pulse.prod.panic.haus
|
||||
- stats.prod.panic.haus
|
||||
secretName: grafana-tls
|
||||
|
||||
rules:
|
||||
- host: pulse.prod.panic.haus
|
||||
- host: stats.prod.panic.haus
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
Reference in New Issue
Block a user