디렉토리 구조 및 각 서비스 추가
This commit is contained in:
29
helm/argo-cd/override-values.yaml
Normal file
29
helm/argo-cd/override-values.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
controller:
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
redis-ha:
|
||||
enabled: true
|
||||
|
||||
server:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 3
|
||||
service:
|
||||
type: NodePort
|
||||
nodePortHttp: 30080
|
||||
nodePortHttps: 30443
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
repoServer:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 3
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
applicationSet:
|
||||
replicaCount: 3
|
||||
metrics:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user