dolittle-platform / Home

0 stars 0 forks source link

Add wildcard certificates to Traefik configuration #83

Closed einari closed 6 years ago

einari commented 6 years ago

Have a look at the following for configuration of this: https://docs.traefik.io/configuration/entrypoints/

You might for now, since we haven't configured storage yet of these certificates - put them in ConfigMap - similar to how we've done the traefik.tomlfile itself. This can then be mounted in and the file reference can then be used as a result.

Have a look at the Traefik deployment and configmap - also look at the deploy.sh and replace_config.sh files - possibly putting the configmap configuration and apply in here.