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/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: network app.kubernetes.io/component: network
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
spec: spec:
gatewayClassName: cilium gatewayClassName: cilium
listeners: listeners:
@@ -21,3 +19,16 @@ spec:
allowedRoutes: allowedRoutes:
namespaces: namespaces:
from: All 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