Update helm chart values
This commit is contained in:
+22
-7
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user