Update traefik deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a102ba09a7
commit
382cc69b2c
3 changed files with 31 additions and 1 deletions
14
templates/traefik-hub-certificate.yml.j2
Normal file
14
templates/traefik-hub-certificate.yml.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: List
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
annotations:
|
||||
app.kubernetes.io/managed-by: traefik-hub
|
||||
name: hub-certificate
|
||||
namespace: {{ traefik_namespace }}
|
||||
type: kubernetes.io/tls
|
||||
data:
|
||||
tls.crt: {{ traefik_hub_tlscrt | b64encode }}
|
||||
tls.key: {{ traefik_hub_tlskey | b64encode }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue