Skip to content

Commit

Permalink
fix argostack
Browse files Browse the repository at this point in the history
  • Loading branch information
s.kharlamov committed Oct 17, 2024
1 parent bad7fe4 commit d35d5c6
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 89 deletions.
Binary file modified argo-stack-werf-7.6.10.tgz
Binary file not shown.
25 changes: 3 additions & 22 deletions charts/argo-stack-werf/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global:
installCrs: true # DISABLE FOR FIRST INSTALL
domain: argocd.example.domain

secretStores:
# - name: vault-xfix
Expand Down Expand Up @@ -87,32 +88,12 @@ argo-cd:

server:
replicas: 1
metrics:
enabled: true
service:
annotations:
prometheus.io/path: "/metrics"
prometheus.io/port: "8083"
prometheus.io/scrape: "true"

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: int
nginx.org/proxy-connect-timeout: 300s
nginx.org/proxy-read-timeout: 300s
nginx.org/proxy-send-timeout: 300s
nginx.org/client-max-body-size: "100m"
hosts:
- argocd.example.domain
paths:
- /
pathType: Prefix
tls:
- secretName: example.domain
hosts:
- argocd.example.domain
https: true
path: /
tls: true

repoServer:
replicas: 1
Expand Down
Loading

0 comments on commit d35d5c6

Please sign in to comment.