Upload files to "/"

This commit is contained in:
2026-02-11 08:32:44 +00:00
parent 7905ead04c
commit 1cc2964087

View File

@@ -2,11 +2,11 @@
apiVersion: v1
kind: Service
metadata:
name: antinix-test-grafana
name: antinix-test-app-grafana
spec:
type: ClusterIP
selector:
app: antninix-test-grafana
app: antninix-test-app-grafana
ports:
- name: http
port: 3000
@@ -17,9 +17,9 @@ kind: Certificate
metadata:
name: antinix-test
spec:
secretName: antinix-test-app-tls
secretName: antinix-test-app-grafana-tls
dnsNames:
- antinix-test-app.ee-lte-1.codemowers.io
- antinix-test-app-grafana.ee-lte-1.codemowers.io
issuerRef:
name: letsencrypt
kind: ClusterIssuer
@@ -32,14 +32,14 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
rules:
- host: antinix-test-grafana.ee-lte-1.codemowers.io
- host: antinix-test-app-grafana.ee-lte-1.codemowers.io
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: antinix-test-grafana
name: antinix-test-app-grafana
port:
number: 3000
tls: