mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
change certificate namespace to traefik
This commit is contained in:
parent
029134e214
commit
ab2c897085
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: jimsgarage # change ot your domain
|
||||
namespace: default
|
||||
name: jimsgarage # change to your domain
|
||||
namespace: traefik # add to traefik namespace so it can use it (you DO NOT need it in each app namespace!!!)
|
||||
spec:
|
||||
secretName: jimsgarage-tls # change to your secretname
|
||||
issuerRef:
|
||||
|
|
Loading…
Reference in a new issue