Ajout architecture multi-arch
This commit is contained in:
@@ -51,6 +51,32 @@ ingress:
|
||||
# hosts:
|
||||
# - rdp.example.com
|
||||
|
||||
# Traefik IngressRoute configuration (alternative to standard Ingress)
|
||||
traefik:
|
||||
enabled: false
|
||||
annotations: {}
|
||||
# Host for the IngressRoute
|
||||
host: rdp.example.com
|
||||
# Traefik entryPoints
|
||||
entryPoints:
|
||||
- websecure
|
||||
# Optional middlewares
|
||||
middlewares: []
|
||||
# - name: redirect-to-https
|
||||
# - name: rate-limit
|
||||
# TLS configuration
|
||||
tls:
|
||||
enabled: true
|
||||
# Use Let's Encrypt cert resolver
|
||||
certResolver: letsencrypt
|
||||
# Or use existing secret
|
||||
secretName: ""
|
||||
# Optional: Specify domains
|
||||
domains: []
|
||||
# - main: rdp.example.com
|
||||
# sans:
|
||||
# - www.rdp.example.com
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
|
||||
Reference in New Issue
Block a user