use static configuration, for traefik itself as well
This commit is contained in:
parent
5bff70cd4d
commit
56a2af23bb
|
|
@ -12,3 +12,9 @@ tls:
|
||||||
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
||||||
tlsv13only:
|
tlsv13only:
|
||||||
minVersion: VersionTLS13
|
minVersion: VersionTLS13
|
||||||
|
stores:
|
||||||
|
default:
|
||||||
|
defaultGeneratedCert:
|
||||||
|
resolver: myresolver
|
||||||
|
domain:
|
||||||
|
main: onyx.nbit.ch
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@ metadata:
|
||||||
creationTimestamp: "2022-12-03T15:45:41Z"
|
creationTimestamp: "2022-12-03T15:45:41Z"
|
||||||
labels:
|
labels:
|
||||||
app: traefik-pod
|
app: traefik-pod
|
||||||
traefik.enable: true
|
|
||||||
traefik.http.routers.traefik.tls.domains[0].main: onyx.nbit.ch
|
|
||||||
name: traefik-pod
|
name: traefik-pod
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue