terraform test

This commit is contained in:
xcad2k
2021-10-08 14:01:07 +02:00
parent 085b7c29f4
commit a5f3432802
6 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Traefik Helm Deployment
This Deployment uses the official Helm Chart from traefik.io https://github.com/traefik/traefik-helm-chart.
These are templates to modify the deployment.

View File

@@ -0,0 +1,20 @@
additionalArguments:
- --certificatesresolvers.staging.acme.email=your-email@example.com
- --certificatesresolvers.staging.acme.caServer=https://acme-staging-v02.api.letsencrypt.org/directory
- --certificatesresolvers.staging.acme.httpChallenge.entryPoint=web
- --certificatesresolvers.staging.acme.storage=/ssl-certs/acme-staging.json
- --certificatesresolvers.production.acme.email=your-email@example.com
- --certificatesresolvers.production.acme.caServer=https://acme-v02.api.letsencrypt.org/directory
- --certificatesresolvers.production.acme.httpChallenge.entryPoint=web
- --certificatesresolvers.production.acme.storage=/ssl-certs/acme-production.json
ports:
web:
redirectTo: websecure
ingressRoute:
dashboard:
enabled: false
persistence:
enabled: true
name: ssl-certs
size: 128Mi
path: /ssl-certs