ss
This commit is contained in:
parent
e716f32f13
commit
8b9bbbd13a
@ -255,18 +255,18 @@ traefik:
|
|||||||
## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"`
|
## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"`
|
||||||
additionalArguments: []
|
additionalArguments: []
|
||||||
|
|
||||||
certResolvers:
|
# certResolvers:
|
||||||
cf:
|
# cf:
|
||||||
dnsChallenge:
|
# dnsChallenge:
|
||||||
provider: cloudflare
|
# provider: cloudflare
|
||||||
# add futher options for the dns challenge as needed
|
# # add futher options for the dns challenge as needed
|
||||||
# cf. https://doc.traefik.io/traefik/https/acme/#dnschallenge
|
# # cf. https://doc.traefik.io/traefik/https/acme/#dnschallenge
|
||||||
delayBeforeCheck: 30
|
# delayBeforeCheck: 30
|
||||||
resolvers:
|
# resolvers:
|
||||||
- 1.1.1.1
|
# - 1.1.1.1
|
||||||
- 1.0.0.1
|
# - 1.0.0.1
|
||||||
# match the path to persistence
|
# # match the path to persistence
|
||||||
storage: /data/acme.json
|
# storage: /data/acme.json
|
||||||
# - "--providers.kubernetesingress.ingressclass=traefik-internal"
|
# - "--providers.kubernetesingress.ingressclass=traefik-internal"
|
||||||
# - "--log.level=DEBUG"
|
# - "--log.level=DEBUG"
|
||||||
|
|
||||||
@ -335,30 +335,30 @@ traefik:
|
|||||||
# Added in 2.2, you can make permanent redirects via entrypoints.
|
# Added in 2.2, you can make permanent redirects via entrypoints.
|
||||||
# https://docs.traefik.io/routing/entrypoints/#redirection
|
# https://docs.traefik.io/routing/entrypoints/#redirection
|
||||||
# redirectTo: websecure
|
# redirectTo: websecure
|
||||||
websecure:
|
# websecure:
|
||||||
port: 8443
|
# port: 8443
|
||||||
# hostPort: 8443
|
# # hostPort: 8443
|
||||||
expose: true
|
# expose: true
|
||||||
exposedPort: 443
|
# exposedPort: 443
|
||||||
# The port protocol (TCP/UDP)
|
# # The port protocol (TCP/UDP)
|
||||||
protocol: TCP
|
# protocol: TCP
|
||||||
# nodePort: 32443
|
# # nodePort: 32443
|
||||||
# Enable HTTP/3.
|
# # Enable HTTP/3.
|
||||||
# Requires enabling experimental http3 feature and tls.
|
# # Requires enabling experimental http3 feature and tls.
|
||||||
# Note that you cannot have a UDP entrypoint with the same port.
|
# # Note that you cannot have a UDP entrypoint with the same port.
|
||||||
http3: true
|
# http3: true
|
||||||
# Set TLS at the entrypoint
|
# # Set TLS at the entrypoint
|
||||||
# https://doc.traefik.io/traefik/routing/entrypoints/#tls
|
# # https://doc.traefik.io/traefik/routing/entrypoints/#tls
|
||||||
tls:
|
# tls:
|
||||||
enabled: true
|
# enabled: true
|
||||||
# this is the name of a TLSOption definition
|
# # this is the name of a TLSOption definition
|
||||||
options: ""
|
# options: ""
|
||||||
certResolver: cf
|
# certResolver: cf
|
||||||
domains:
|
# domains:
|
||||||
- main: roxedus.com
|
# - main: roxedus.com
|
||||||
sans:
|
# sans:
|
||||||
- "*.roxedus.com"
|
# - "*.roxedus.com"
|
||||||
# - bar.example.com
|
# # - bar.example.com
|
||||||
metrics:
|
metrics:
|
||||||
port: 9100
|
port: 9100
|
||||||
# hostPort: 9100
|
# hostPort: 9100
|
||||||
|
Loading…
Reference in New Issue
Block a user