Split manifests into infra/ and applications/
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user