move test deployment to different justfile

This commit is contained in:
baschno
2025-12-29 18:33:46 +01:00
parent 24991fce90
commit 09026d6812
7 changed files with 53 additions and 8 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.int.schnrbs.work
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx
port:
number: 80
tls:
- hosts:
- nginx-test.int.schnrbs.work
secretName: nginx-certificate-secret