Traefik docs say that With TLS 1.3, the cipher suites are not configurable (all supported cipher suites are safe in this case) -> The specified cipher suites are for 1.2 only.
Also fixes some branch names (we renamed master to main recently), and fix a bug in the scaling deploy for cases in which there are no old containers for that service.
from https://github.com/almarklein/mypaas/pull/24#issuecomment-778943216 cc @lilahtovmoon
Relevant docs/notes:
Also fixes some branch names (we renamed
master
tomain
recently), and fix a bug in the scaling deploy for cases in which there are no old containers for that service.