Skip to content

Commit

Permalink
fix: argocd 80 to 443
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Oct 27, 2024
1 parent f45de72 commit 865355f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm/nshm/templates/argocd-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ metadata:
name: argocd-ingress
namespace: argocd
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
spec:
ingressClassName: nginx
rules:
Expand All @@ -17,4 +18,4 @@ spec:
service:
name: argocd-server
port:
number: 80
number: 443

0 comments on commit 865355f

Please sign in to comment.