feat: initial bootstrap manifests for argocd and gitea
This commit is contained in:
21
infrastructure/traefik/values.yaml
Normal file
21
infrastructure/traefik/values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# infrastructure/traefik/values.yaml
|
||||
deployment:
|
||||
kind: Deployment
|
||||
|
||||
ports:
|
||||
web:
|
||||
port: 80
|
||||
websecure:
|
||||
port: 443
|
||||
|
||||
# Aktiviere das Dashboard für die Übersicht (optional)
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`traefik.home.local`)
|
||||
entryPoints: ["web"]
|
||||
|
||||
# Wichtig: Macht Traefik im Netzwerk erreichbar
|
||||
service:
|
||||
type: LoadBalancer
|
||||
# Falls du MetalLB nutzt, könntest du hier Annotationen hinzufügen
|
||||
Reference in New Issue
Block a user