move nginx setup into testfolder

This commit is contained in:
baschno
2025-01-06 20:31:26 +01:00
parent e788c77820
commit 92b6988cfc
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: nginx-ingress-route
namespace: test
spec:
entryPoints:
- websecure
routes:
- match: Host(`nginx-test.k8s.internal.schnrbs.work`)
kind: Rule
services:
- name: nginx
port: 80
tls:
secretName: nginx-certificate-secret