Fix kustomization: remove shelfmark/docuseal, recreate affine gateway files

This commit is contained in:
2026-06-02 19:32:03 +02:00
parent d2f697b3df
commit 4949c72661
15 changed files with 372 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: affine-tls
namespace: envoy-gateway
spec:
secretName: affine-tls
privateKey:
rotationPolicy: Always
issuerRef:
name: azure-dns
kind: ClusterIssuer
dnsNames:
- affine.jsme.be

View File

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

View File

@@ -35,7 +35,6 @@ resources:
- torrent/certificate.yaml
- truenas/certificate.yaml
- unifi/certificate.yaml
- shelfmark/certificate.yaml
- wikijs/certificate.yaml
- zipline/certificate.yaml
- vaultwarden/certificate.yaml
@@ -46,7 +45,6 @@ resources:
- ollama/certificate.yaml
- openwebui/certificate.yaml
- searxng/certificate.yaml
- docuseal/certificate.yaml
- affine/certificate.yaml
- pelican/certificate.yaml
@@ -214,12 +212,6 @@ patches:
kind: Gateway
name: gateway-internal
path: resume/resume-gateway-patch.yaml
- target:
group: gateway.networking.k8s.io
version: v1
kind: Gateway
name: gateway-internal
path: shelfmark/gateway-patch.yaml
- target:
group: gateway.networking.k8s.io
version: v1
@@ -292,12 +284,6 @@ patches:
kind: Gateway
name: gateway-internal
path: searxng/gateway-patch.yaml
- target:
group: gateway.networking.k8s.io
version: v1
kind: Gateway
name: gateway-internal
path: docuseal/gateway-patch.yaml
- target:
group: gateway.networking.k8s.io
version: v1