Add tls from cert-manager
This commit is contained in:
parent
d6d1a240e6
commit
108c7c6e1a
|
@ -3,6 +3,8 @@ kind: Ingress
|
|||
metadata:
|
||||
name: argocd-ingress
|
||||
namespace: argocd
|
||||
annotations:
|
||||
cert-manager.io/issuer: "letsencrypt-staging"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue