Upload files to "/"

This commit is contained in:
2026-02-11 08:32:57 +00:00
parent 1cc2964087
commit f05ee7405e

View File

@@ -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