Reset git history for making manifests public

This commit is contained in:
2026-06-01 11:06:25 +02:00
commit 3465f139d1
381 changed files with 41241 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ittools-ingress
namespace: ittools
annotations:
cert-manager.io/cluster-issuer: azure-dns
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
spec:
ingressClassName: nginx
tls:
- hosts:
- tools.jsme.be
secretName: tools-tls
rules:
- host: tools.jsme.be
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ittools
port:
number: 8080