chore: Update manifests after change

This commit is contained in:
2026-03-15 01:43:43 +00:00
parent 9701233437
commit 7c0d38b240
4566 changed files with 378033 additions and 375801 deletions

View File

@@ -0,0 +1,43 @@
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: traefik-gateway
namespace: traefik
labels:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-traefik
helm.sh/chart: traefik-39.0.5
app.kubernetes.io/managed-by: Helm
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
spec:
gatewayClassName: traefik
listeners:
- name: ssh
port: 22
protocol: TCP
allowedRoutes:
namespaces:
from: All
- name: web
port: 8000
protocol: HTTP
hostname: '*.alexlebens.net'
allowedRoutes:
namespaces:
from: All
- name: websecure
port: 8443
protocol: HTTPS
hostname: '*.alexlebens.net'
allowedRoutes:
namespaces:
from: All
tls:
mode: Terminate
certificateRefs:
- group: ""
kind: Secret
name: websecure-gateway-cert
namespace: traefik