wip thing

This commit is contained in:
baschno
2024-12-21 16:22:57 +01:00
parent 521041edc0
commit a92927f481
4 changed files with 26 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
apiVersion: networking.k8s.io/v1
kind: ingress
kind: Ingress
metadata:
name: nginx-ingress
namespace: nginx
namespace: test
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
rules:
- host: nginx.internal.schnrbs.work
- host: nginx.k8s.internal.schnrbs.work
http:
paths:
- path: /
@@ -17,4 +17,3 @@ spec:
name: nginx
port:
number: 80