Reset git history for making manifests public
This commit is contained in:
14
envoy-gateway/technitium/technitium-backup-certificate.yaml
Normal file
14
envoy-gateway/technitium/technitium-backup-certificate.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: technitium-backup-tls
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
secretName: technitium-backup-tls
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
issuerRef:
|
||||
name: azure-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- dns2.jsme.be
|
||||
@@ -0,0 +1,19 @@
|
||||
- op: add
|
||||
path: /spec/listeners/-
|
||||
value:
|
||||
name: technitium-backup
|
||||
protocol: HTTPS
|
||||
port: 443
|
||||
hostname: "dns2.jsme.be"
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: technitium
|
||||
tls:
|
||||
mode: Terminate
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
name: technitium-backup-tls
|
||||
namespace: envoy-gateway
|
||||
14
envoy-gateway/technitium/technitium-certificate.yaml
Normal file
14
envoy-gateway/technitium/technitium-certificate.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: technitium-tls
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
secretName: technitium-tls
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
issuerRef:
|
||||
name: azure-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- dns1.jsme.be
|
||||
19
envoy-gateway/technitium/technitium-gateway-patch.yaml
Normal file
19
envoy-gateway/technitium/technitium-gateway-patch.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
- op: add
|
||||
path: /spec/listeners/-
|
||||
value:
|
||||
name: technitium
|
||||
protocol: HTTPS
|
||||
port: 443
|
||||
hostname: "dns1.jsme.be"
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: technitium
|
||||
tls:
|
||||
mode: Terminate
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
name: technitium-tls
|
||||
namespace: envoy-gateway
|
||||
Reference in New Issue
Block a user