update grafana ingress
This commit is contained in:
@@ -47,14 +47,14 @@ spec:
|
|||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
env:
|
env:
|
||||||
- name: GF_SERVER_ROOT_URL
|
- name: GF_SERVER_ROOT_URL
|
||||||
value: "https://pulse.prod.panic.haus/"
|
value: "https://stats.prod.panic.haus/"
|
||||||
- name: GF_SERVER_DOMAIN
|
- name: GF_SERVER_DOMAIN
|
||||||
value: "pulse.prod.panic.haus"
|
value: "stats.prod.panic.haus"
|
||||||
# External database configuration (example using PostgreSQL)
|
# External database configuration (example using PostgreSQL)
|
||||||
- name: GF_DATABASE_TYPE
|
- name: GF_DATABASE_TYPE
|
||||||
value: "postgres"
|
value: "postgres"
|
||||||
- name: GF_DATABASE_HOST
|
- 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
|
- name: GF_DATABASE_NAME
|
||||||
value: "grafanadb"
|
value: "grafanadb"
|
||||||
- name: GF_DATABASE_USER
|
- name: GF_DATABASE_USER
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ spec:
|
|||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- pulse.prod.panic.haus
|
- stats.prod.panic.haus
|
||||||
secretName: grafana-tls
|
secretName: grafana-tls
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- host: pulse.prod.panic.haus
|
- host: stats.prod.panic.haus
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|||||||
Reference in New Issue
Block a user