Add Outline

This commit is contained in:
2026-06-22 23:32:35 +02:00
parent 62137018ea
commit be9bd3a227
15 changed files with 417 additions and 0 deletions

View File

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

View File

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

View File

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