Split manifests into infra/ and applications/

This commit is contained in:
2026-06-21 12:14:38 +02:00
parent 64e8bf7d78
commit c40577589d
360 changed files with 69 additions and 67 deletions

View File

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

View File

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

View File

@@ -0,0 +1,15 @@
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: ClientTrafficPolicy
metadata:
name: minio-aistor-client-traffic
namespace: envoy-gateway
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: gateway-internal
sectionName: minio-aistor-api
timeout:
http:
requestReceivedTimeout: 0s
idleTimeout: 3600s

View File

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

View File

@@ -0,0 +1,15 @@
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: ClientTrafficPolicy
metadata:
name: minio-aistor-console-client-traffic
namespace: envoy-gateway
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: gateway-internal
sectionName: minio-aistor-console
timeout:
http:
requestReceivedTimeout: 0s
idleTimeout: 3600s

View File

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