Update file argocd.yaml

This commit is contained in:
2023-04-09 23:50:21 +00:00
parent 3d562dcc72
commit b6c93428ad

View File

@@ -32,15 +32,14 @@ metadata:
namespace: argocd
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/protocol: "https"
spec:
routes:
- match: Host(`argocd.internal.durp.info`)
kind: Rule
services:
- name: argocd-server
port: 443
scheme: https
port: 80
scheme: http
tls:
secretName: argocd-tls
#---