change gateway

This commit is contained in:
2025-03-02 01:46:41 -06:00
parent 67c42ace78
commit b4de47deb9
2 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: https-gateway
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: https-gateway
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
spec:
gatewayClassName: cilium
listeners:
- name: https
protocol: HTTPS
port: 443
hostname: '*.alexlebens.net'
tls:
certificateRefs:
- group: ''
kind: Secret
name: https-gateway-cert