Skip to content

Commit

Permalink
feat: Make ArgoCD use cluster cert
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed May 8, 2023
1 parent b8b41f3 commit d1c7dc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/argocd/templates/0200-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ spec:
enabled: false
ingress:
enabled: false
insecure: true
resources:
limits:
cpu: 500m
Expand All @@ -782,6 +783,9 @@ spec:
memory: 128Mi
route:
enabled: true
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
service:
type: ""
tls:
Expand Down

0 comments on commit d1c7dc8

Please sign in to comment.