This hsould work with goldpinger?
This commit is contained in:
parent
772f56b377
commit
fda53c3ac1
3 changed files with 8 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
helmApps:
|
helmApps:
|
||||||
- app: argocd
|
- app: goldpinger
|
||||||
namespace: argocd
|
namespace: goldpinger
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://okgolove.github.io/helm-charts
|
||||||
chart: argocd
|
chart: goldpinger
|
||||||
revision: 5.37.1
|
revision: 5.5.0
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
redis-ha:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
controller:
|
|
||||||
replicas: 1
|
|
||||||
|
|
||||||
server:
|
|
||||||
replicas: 2
|
|
||||||
|
|
||||||
repoServer:
|
|
||||||
replicas: 2
|
|
||||||
|
|
||||||
applicationSet:
|
|
||||||
replicaCount: 2
|
|
||||||
|
|
||||||
configs:
|
|
||||||
params:
|
|
||||||
server.insecure: true
|
|
3
argo/goldpinger/values.yaml
Normal file
3
argo/goldpinger/values.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
service:
|
||||||
|
type: ClusterIP
|
Loading…
Reference in a new issue