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