Upload files to "/"
This commit is contained in:
15
grafana.yaml
15
grafana.yaml
@@ -30,7 +30,7 @@ spec:
|
|||||||
value: /var/lib/grafana/grafana.db
|
value: /var/lib/grafana/grafana.db
|
||||||
|
|
||||||
- name: GF_SERVER_DOMAIN
|
- name: GF_SERVER_DOMAIN
|
||||||
value: grafana.ee-lte-1.codemowers.io
|
value: antinix-test-app-grafana.ee-lte-1.codemowers.io
|
||||||
- name: GF_SERVER_ROOT_URL
|
- name: GF_SERVER_ROOT_URL
|
||||||
value: "https://%(domain)s/"
|
value: "https://%(domain)s/"
|
||||||
- name: GF_AUTH_OAUTH_ALLOW_INSECURE_EMAIL_LOOKUP
|
- name: GF_AUTH_OAUTH_ALLOW_INSECURE_EMAIL_LOOKUP
|
||||||
@@ -90,3 +90,16 @@ spec:
|
|||||||
port: 3000
|
port: 3000
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: antinix-test-app-grafana
|
||||||
|
spec:
|
||||||
|
secretName: antinix-test-app-grafana-tls
|
||||||
|
dnsNames:
|
||||||
|
- antinix-test-app-grafana.ee-lte-1.codemowers.io
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt
|
||||||
|
kind: ClusterIssuer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user