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,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: zipline-tls
namespace: envoy-gateway
spec:
secretName: zipline-tls
privateKey:
rotationPolicy: Always
issuerRef:
name: azure-dns
kind: ClusterIssuer
dnsNames:
- share.jsme.be

View File

@@ -0,0 +1,19 @@
- op: add
path: /spec/listeners/-
value:
name: zipline
protocol: HTTPS
port: 443
hostname: "share.jsme.be"
allowedRoutes:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: zipline
tls:
mode: Terminate
certificateRefs:
- kind: Secret
name: zipline-tls
namespace: envoy-gateway

View File

@@ -0,0 +1,19 @@
- op: add
path: /spec/listeners/-
value:
name: zipline
protocol: HTTPS
port: 443
hostname: "share.jsme.be"
allowedRoutes:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: zipline
tls:
mode: Terminate
certificateRefs:
- kind: Secret
name: zipline-tls
namespace: envoy-gateway