Argo Workflows 재구성
This commit is contained in:
@@ -1,38 +1,22 @@
|
||||
singleNamespace: true
|
||||
# -- String to partially override "argo-workflowss.fullname" template
|
||||
nameOverride: argo-workflows
|
||||
|
||||
# -- String to fully override "argo-workflowss.fullname" template
|
||||
fullnameOverride: argo-workflows
|
||||
|
||||
|
||||
workflow:
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: "argo-workflows"
|
||||
rbac:
|
||||
create: true
|
||||
|
||||
controller:
|
||||
metricsConfig:
|
||||
enabled: true
|
||||
|
||||
logging:
|
||||
level: debug
|
||||
|
||||
rbac:
|
||||
accessAllSecrets: true
|
||||
writeConfigMaps: true
|
||||
|
||||
serviceType: NodePort
|
||||
|
||||
extraEnv:
|
||||
- name: ARGO_EXECUTOR_PLUGINS
|
||||
value: "true"
|
||||
mainContainer:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: "1Gi"
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
|
||||
server:
|
||||
serviceType: NodePort
|
||||
serviceNodePort: 30800
|
||||
secure: true
|
||||
extraArgs:
|
||||
- --auth-mode=server
|
||||
serviceNodePort: 32746
|
||||
Reference in New Issue
Block a user