Reset git history for making manifests public

This commit is contained in:
2026-06-01 10:11:01 +02:00
commit 07dc5543d3
403 changed files with 41987 additions and 0 deletions

View File

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