Helm - override values 파일명 변경
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
singleNamespace: true
|
||||
|
||||
workflow:
|
||||
serviceAccount:
|
||||
create: true
|
||||
|
||||
controller:
|
||||
metricsConfig:
|
||||
enabled: true
|
||||
logging:
|
||||
level: debug
|
||||
rbac:
|
||||
accessAllSecrets: true
|
||||
writeConfigMaps: true
|
||||
@@ -12,10 +12,9 @@ controller:
|
||||
mainContainer:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: "1Gi"
|
||||
memory: "2Gi"
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "128Mi"
|
||||
|
||||
server:
|
||||
serviceType: NodePort
|
||||
Reference in New Issue
Block a user