디렉토리 구조 및 각 서비스 추가

This commit is contained in:
dsk-minchulahn
2024-01-03 17:29:11 +09:00
parent 98de2a7627
commit d601d0f259
1632 changed files with 207616 additions and 1 deletions

View File

@@ -0,0 +1,38 @@
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"
server:
serviceType: NodePort
serviceNodePort: 30800
secure: true
extraArgs:
- --auth-mode=server