Helm - override values 파일명 변경
This commit is contained in:
21
helm/argo-workflows/override-values.yaml
Normal file
21
helm/argo-workflows/override-values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
singleNamespace: true
|
||||
|
||||
workflow:
|
||||
serviceAccount:
|
||||
create: true
|
||||
|
||||
controller:
|
||||
rbac:
|
||||
accessAllSecrets: true
|
||||
writeConfigMaps: true
|
||||
|
||||
mainContainer:
|
||||
resources:
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
|
||||
server:
|
||||
serviceType: NodePort
|
||||
serviceNodePort: 32746
|
||||
Reference in New Issue
Block a user