Add cert-manager
This commit is contained in:
parent
8a294a768e
commit
427be9456b
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ kind: Ingress
|
|||
metadata:
|
||||
name: argocd-ingress
|
||||
namespace: argocd
|
||||
annotations:
|
||||
cert-manager.io/issuer: "letsencrypt"
|
||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
|
|
Loading…
Add table
Reference in a new issue