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:
|
||||
- app: argocd
|
||||
namespace: argocd
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argocd
|
||||
revision: 5.37.1
|
||||
- app: goldpinger
|
||||
namespace: goldpinger
|
||||
repoURL: https://okgolove.github.io/helm-charts
|
||||
chart: goldpinger
|
||||
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