enable https

This commit is contained in:
2024-08-22 13:45:09 -05:00
parent 4106387239
commit 3ea870c0ce

View File

@@ -9,8 +9,6 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: network
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
spec:
gatewayClassName: cilium
listeners:
@@ -21,3 +19,16 @@ spec:
allowedRoutes:
namespaces:
from: All
- name: https
protocol: HTTPS
port: 443
hostname: "*.alexlebens.net"
allowedRoutes:
namespaces:
from: All
tls:
mode: Terminate
certificateRefs:
- kind: Secret
group: core
name: wildcard-tls-alexlebens-net