Skip to content

Commit e5231a1

Browse files
committed
Unvendor some traefik config and move to values
1 parent 24ffb25 commit e5231a1

4 files changed

Lines changed: 18 additions & 17 deletions

File tree

cluster/traefik/templates/tlsOptions.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

cluster/traefik/templates/tlsStore.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

cluster/traefik/values-prod.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,12 @@ traefik:
8484
# By default, the level is set to ERROR.
8585
# -- Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO.
8686
level: INFO
87+
88+
tlsOptions:
89+
default:
90+
minVersion: VersionTLS13
91+
92+
tlsStore:
93+
default:
94+
defaultCertificate:
95+
secretName: cloudflare-faf-com

cluster/traefik/values-test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,12 @@ traefik:
8484
# By default, the level is set to ERROR.
8585
# -- Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO.
8686
level: INFO
87+
88+
tlsOptions:
89+
default:
90+
minVersion: VersionTLS13
91+
92+
tlsStore:
93+
default:
94+
defaultCertificate:
95+
secretName: cloudflare-faf-xyz

0 commit comments

Comments
 (0)