Argo Workflows 재구성

This commit is contained in:
dsk-minchulahn
2024-01-04 14:17:00 +09:00
parent 7659dc51cb
commit c7a1a1f0bd
39 changed files with 177 additions and 1578 deletions

View File

@@ -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