mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
20 lines
318 B
YAML
20 lines
318 B
YAML
image:
|
|
repository: traefik
|
|
version: v3.2.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
# --> (Optional) Change log settings here...
|
|
# logs:
|
|
# general:
|
|
# level: ERROR
|
|
# access:
|
|
# enabled: false
|
|
# <--
|
|
|
|
# --> (Optional) Redirect HTTP to HTTPs by default
|
|
# ports:
|
|
# web:
|
|
# redirectTo:
|
|
# port: websecure
|
|
# <--
|