moving from lempa to traefik folder

This commit is contained in:
baschno
2025-01-06 18:19:14 +01:00
parent 2c9e139f9a
commit ad3edfba59
8 changed files with 0 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nginx-ingress
namespace: test
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
rules:
- host: nginx-test.k8s.internal.schnrbs.work
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx
port:
number: 80
tls:
- hosts:
- nginx-test.k8s.internal.schnrbs.work
secretName: nginx-certificate-secret