Initial commit: mushroom, zetikettes
With basic config to have TLS certs with ACME. It works! TODO: - gitea - bar-jupyter
This commit is contained in:
19
traefik-helmchartconfig.yaml
Normal file
19
traefik-helmchartconfig.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChartConfig
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: kube-system
|
||||
spec:
|
||||
failurePolicy: reinstall
|
||||
valuesContent: |-
|
||||
additionalArguments:
|
||||
- "--certificatesresolvers.default.acme.email=paul@ponteilla.net"
|
||||
- "--certificatesresolvers.default.acme.storage=/data/acme.json"
|
||||
- "--certificatesresolvers.default.acme.httpchallenge.entrypoint=web"
|
||||
ports:
|
||||
web:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
Reference in New Issue
Block a user