Update helm chart values

This commit is contained in:
Zachary Guénot
2026-03-27 13:56:39 +01:00
parent 560699c81d
commit ed4d3f032d
2 changed files with 62 additions and 31 deletions
+22 -7
View File
@@ -23,10 +23,25 @@ service:
name: twurple
ingress:
enabled: true
class: nginx
subdomain: dcb-chantier.prd
domain: angels-dev.fr
provider: cloudflare
issuer: letsencrypt-prod
geoip: false
# If `true`, an Ingress is created
enabled: false
# The name of the Ingress Class associated with this ingress
ingressClassName: ""
# Ingress annotations
annotations: {}
# Additional Ingress labels
labels: {}
# List of rules for the Ingress
rules:
-
# Ingress host
host: discord.example.com
# Paths for the host
paths:
- path: /
pathType: Prefix
# TLS configuration
tls: []
# - hosts:
# - discord.example.com
# secretName: ""