first commit

This commit is contained in:
2026-03-11 12:16:18 +01:00
commit eb46d77fe7
11 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headlamp-ingress
namespace: headlamp
annotations:
kubernetes.io/ingress.class: traefik
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: headlamp.duylai.duckdns.org
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: headlamp
port:
number: 80
tls:
- hosts:
- headlamp.duylai.duckdns.org
secretName: headlamp-tls