Skip to content

Commit

Permalink
add helm config values for prod profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-harness committed Jan 11, 2022
1 parent c6dbe0e commit 324dab7
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 69 deletions.
28 changes: 14 additions & 14 deletions helm/harness/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,32 @@ data:
BLOCKING_CAPABILITY_PERMISSIONS_RECORD_ITERATOR_THREAD_COUNT: '2'
CACHE_BACKEND: REDIS
CAPSULE_JAR: rest-capsule.jar
COMMON_POOL_CORE_SIZE: '1'
COMMON_POOL_MAX_SIZE: '10'
COMMON_POOL_CORE_SIZE: '{{ .Values.manager.config.common_pool_core_size | default "1" }}'
COMMON_POOL_MAX_SIZE: '{{ .Values.manager.config.common_pool_max_size | default "10" }}'
CRONS_THREAD_COUNT: '1'
DELEGATE_CAPABILITIES_RECORD_ITERATOR_THREAD_COUNT: '2'
DELEGATE_CAPABILITIES_RECORD_ITERATOR_THREAD_COUNT: '{{ .Values.manager.config.delegate_capabilities_record_iterator_thread_count | default "2" }}'
DELEGATE_DOCKER_IMAGE: harness/delegate:latest
DELEGATE_GRPC_AUTHORITY: default-authority.harness.io
DELEGATE_GRPC_TARGET: {{ .Values.harness_host | default "host.docker.internal" }}:9879
DELEGATE_METADATA_URL: http://proxy/storage/wingsdelegates/delegateprod.txt
DELEGATE_SERVICE_AUTHORITY: default-authority.harness.io
DELEGATE_SERVICE_TARGET: manager:9879
DELEGATE_TASK_EXPIRY_CHECK_ITERATOR_THREAD_COUNT: '2'
DEPLOYMENT_EVENT_LISTENER_COUNT: '1'
DEPLOYMENT_TIME_SERIES_EVENT_LISTENER_COUNT: '1'
DELEGATE_TASK_EXPIRY_CHECK_ITERATOR_THREAD_COUNT: '{{ .Values.manager.config.delegate_task_expiry_check_iterator_thread_count | default "2" }}'
DEPLOYMENT_EVENT_LISTENER_COUNT: '{{ .Values.manager.config.deployment_event_listener_count | default "1" }}'
DEPLOYMENT_TIME_SERIES_EVENT_LISTENER_COUNT: '{{ .Values.manager.config.deployment_time_series_event_listener_count | default "1" }}'
DEPLOY_MODE: KUBERNETES_ONPREM
DEPLOY_VERSION: COMMUNITY
DISABLE_RESOURCE_VALIDATION: 'true'
DISTRIBUTED_LOCK_IMPLEMENTATION: REDIS
ENABLE_AUDIT: 'false'
ENABLE_SERIALGC: 'true'
EVENTS_FRAMEWORK_AVAILABLE_IN_ONPREM: 'true'
EVENTS_FRAMEWORK_NETTY_THREADS: '1'
EVENTS_FRAMEWORK_NETTY_THREADS: '{{ .Values.manager.config.events_framework_netty_threads | default "1" }}'
EVENTS_FRAMEWORK_REDIS_URL: redis://redis:6379
EVENT_DELIVERY_ITERATOR_THREAD_COUNT: '2'
EXECUTION_EVENT_LISTENER_COUNT: '1'
EVENT_DELIVERY_ITERATOR_THREAD_COUNT: '{{ .Values.manager.config.event_delivery_iterator_thread_count | default "2" }}'
EXECUTION_EVENT_LISTENER_COUNT: '{{ .Values.manager.config.execution_event_listener_count | default "1" }}'
FEATURES: RBAC,LDAP_SSO_PROVIDER,SHELL_SCRIPT_PROVISION,CUSTOM_DASHBOARD,GRAPHQL,SEND_SLACK_NOTIFICATION_FROM_DELEGATE,CONNECTORS_REF_SECRETS_MIGRATION,CDNG_ENABLED,NEXT_GEN_ENABLED,LOG_STREAMING_INTEGRATION,NG_CG_TASK_ASSIGNMENT_ISOLATION
GENERAL_NOTIFY_EVENT_LISTENER_COUNT: '1'
GENERAL_NOTIFY_EVENT_LISTENER_COUNT: '{{ .Values.manager.config.general_notify_event_listener_count | default "1" }}'
GRAPHQL_ENABLED: 'false'
INSTANCE_SYNC_ITERATOR_THREAD_COUNT: '2'
JAVA_ADVANCED_FLAGS: -XX:-TieredCompilation
Expand All @@ -69,16 +69,16 @@ data:
LOG_STREAMING_SERVICE_TOKEN: c76e567a-b341-404d-a8dd-d9738714eb82
MEMORY: '{{ .Values.manager.config.memory }}'
NG_MANAGER_BASE_URL: http://proxy/ng/api/
ORCHESTRATION_NOTIFY_EVENT_LISTENER_COUNT: '1'
PERPETUAL_TASK_ASSIGNMENT_ITERATOR_THREAD_COUNT: '2'
PERPETUAL_TASK_REBALANCE_ITERATOR_THREAD_COUNT: '2'
ORCHESTRATION_NOTIFY_EVENT_LISTENER_COUNT: '{{ .Values.manager.config.orchestration_notify_event_listener_count | default "1" }}'
PERPETUAL_TASK_ASSIGNMENT_ITERATOR_THREAD_COUNT: '{{ .Values.manager.config.perpetual_task_assignment_iterator_thread_count | default "2" }}'
PERPETUAL_TASK_REBALANCE_ITERATOR_THREAD_COUNT: '{{ .Values.manager.config.perpetual_task_rebalance_iterator_thread_count | default "2" }}'
REDIS_NETTY_THREADS: '1'
REDIS_URL: redis://redis:6379
RESOURCE_CONSTRAINT_BACKUP_ITERATOR_THREAD_COUNT: '2'
SEARCH_ENABLED: 'false'
SEGMENT_ENABLED_NG: 'true'
SEGMENT_URL_NG: https://stats.drone.ci/api/v1/
SERVER_MAX_THREADS: '12'
SERVER_MAX_THREADS: '{{ .Values.manager.config.server_max_threads | default "12" }}'
SERVER_PORT: '9090'
SERVICE_ACC: /opt/harness/svc/service_acc.json
SETTING_ATTRIBUTE_VALIDATE_CONNECTIVITY_ITERATOR_THREAD_COUNT: '2'
Expand Down
24 changes: 12 additions & 12 deletions helm/harness/templates/ng-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ metadata:
data:
AUDIT_ENABLED: 'false'
CACHE_BACKEND: REDIS
COMMON_POOL_CORE_SIZE: '1'
COMMON_POOL_MAX_SIZE: '5'
COMMON_POOL_CORE_SIZE: '{{ .Values.ng_manager.config.common_pool_core_size | default "1" }}'
COMMON_POOL_MAX_SIZE: '{{ .Values.ng_manager.config.common_pool_max_size | default "5" }}'
CURRENT_GEN_UI_URL: http://proxy/#/
DEPLOY_MODE: KUBERNETES_ONPREM
DEPLOY_VERSION: COMMUNITY
DISABLE_RESOURCE_VALIDATION: 'true'
DISTRIBUTED_LOCK_IMPLEMENTATION: REDIS
ENABLE_DEFAULT_RESOURCE_GROUP_CREATION: 'true'
ENABLE_SERIALGC: 'true'
EVENTS_FRAMEWORK_NETTY_THREADS: '1'
EVENTS_FRAMEWORK_NETTY_THREADS: '{{ .Values.ng_manager.config.events_framework_netty_threads | default "1" }}'
EVENTS_FRAMEWORK_REDIS_URL: redis://redis:6379
GIT_FULLSYNC_ENTITY_ITERATOR_THREAD_POOL_SIZE: '2'
GIT_FULLSYNC_ENTITY_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.ng_manager.config.git_fullsync_entity_iterator_thread_pool_size | default "2" }}'
GRPC_SERVER_PORT: '9979'
JAVA_ADVANCED_FLAGS: -XX:-TieredCompilation
LICENSE_DEPLOY_VARIANT: COMMUNITY
Expand All @@ -35,24 +35,24 @@ data:
NG_MANAGER_CLIENT_BASEURL: http://proxy/ng/api/
NG_MANAGER_TARGET: localhost:13002
NG_MANAGER_UI_URL: http://proxy/ng/#/
NG_VAULT_ITERATOR_THREAD_POOL_SIZE: '2'
NG_VAULT_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.ng_manager.config.ng_vault_iterator_thread_pool_size | default "2" }}'
PMS_AUTHORITY: default-authority.harness.io
PMS_GITSYNC_AUTHORITY: default-authority.harness.io
PMS_GITSYNC_TARGET: pipeline-service:14002
PMS_SDK_EXECUTION_POOL_CORE_SIZE: '1'
PMS_SDK_EXECUTION_POOL_MAX_SIZE: '2'
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE: '1'
PMS_SDK_ORCHESTRATION_EVENT_POOL_MAX_SIZE: '2'
PMS_SDK_EXECUTION_POOL_CORE_SIZE: '{{ .Values.ng_manager.config.pms_sdk_execution_pool_core_size | default "1" }}'
PMS_SDK_EXECUTION_POOL_MAX_SIZE: '{{ .Values.ng_manager.config.pms_sdk_execution_pool_max_size | default "2" }}'
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE: '{{ .Values.ng_manager.config.pms_sdk_orchestration_event_pool_core_size | default "1" }}'
PMS_SDK_ORCHESTRATION_EVENT_POOL_MAX_SIZE: '{{ .Values.ng_manager.config.pms_sdk_orchestration_event_pool_max_size | default "2" }}'
PMS_TARGET: pipeline-service:12011
REDIS_NETTY_THREADS: '1'
REDIS_NETTY_THREADS: '{{ .Values.ng_manager.config.redis_netty_threads | default "1" }}'
RESOURCE_GROUP_BASE_URL: http://proxy/resourcegroup/api/
SCM_SERVICE_URI: scm:8091
SEGMENT_ENABLED: 'true'
SEGMENT_URL: https://stats.drone.ci/api/v1/
SERVER_MAX_THREADS: '16'
SERVER_MAX_THREADS: '{{ .Values.ng_manager.config.server_max_threads | default "16" }}'
SHOULD_CONFIGURE_WITH_PMS: 'true'
USE_REDIS_FOR_SDK_RESPONSE_EVENTS: 'true'
WEBHOOK_EVENT_PROCESSING_SERVICE_THREAD_SIZE: '2'
WEBHOOK_EVENT_PROCESSING_SERVICE_THREAD_SIZE: '{{ .Values.ng_manager.config.webhook_event_processing_service_thread_size | default "2" }}'

---

Expand Down
68 changes: 34 additions & 34 deletions helm/harness/templates/pipeline-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ kind: ConfigMap
metadata:
name: pipeline-service
data:
ADVISE_EVENT_CONSUMER_THREAD_COUNT: '1'
ADVISE_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.advise_event_consumer_thread_count | default "1" }}'
AUTH_ENABLED: 'true'
BARRIER_ITERATOR_THREAD_POOL_SIZE: '2'
BARRIER_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.pipeline.config.barrier_iterator_thread_pool_size | default "2" }}'
CACHE_BACKEND: REDIS
CACHE_CONFIG_REDIS_URL: redis://redis:6379
CI_MANAGER_AUTHORITY: default-authority.harness.io
CI_MANAGER_BASE_URL: http://proxy/ci/
CI_MANAGER_TARGET: ci-manager:9979
COMMON_POOL_CORE_SIZE: '1'
COMMON_POOL_MAX_SIZE: '5'
CREATE_PLAN_EVENT_CONSUMER_THREAD_COUNT: '1'
COMMON_POOL_CORE_SIZE: '{{ .Values.pipeline.config.common_pool_core_size | default "1" }}'
COMMON_POOL_MAX_SIZE: '{{ .Values.pipeline.config.common_pool_max_size | default "5" }}'
CREATE_PLAN_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.create_plan_event_consumer_thread_count | default "1" }}'
DEPLOY_MODE: KUBERNETES_ONPREM
DEPLOY_VERSION: COMMUNITY
DISABLE_RESOURCE_VALIDATION: 'true'
DISTRIBUTED_LOCK_IMPLEMENTATION: REDIS
ENABLE_AUDIT: 'false'
ENABLE_SERIALGC: 'true'
EVENTS_FRAMEWORK_NETTY_THREADS: '1'
EVENTS_FRAMEWORK_NETTY_THREADS: '{{ .Values.pipeline.config.events_framework_netty_threads | default "1" }}'
EVENTS_FRAMEWORK_REDIS_URL: redis://redis:6379
FACILITATE_EVENT_CONSUMER_THREAD_COUNT: '1'
GRAPH_UPDATE_EVENT_CONSUMER_THREAD_COUNT: '1'
FACILITATE_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.facilitate_event_consumer_thread_count | default "1" }}'
GRAPH_UPDATE_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.graph_update_event_consumer_thread_count | default "1" }}'
GRPC_SERVER_PORT: '12011'
INTERRUPT_CONSUMER_THREAD_COUNT: '1'
INTERRUPT_MONITOR_ITERATOR_THREAD_POOL_SIZE: '2'
INTERRUPT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.interrupt_consumer_thread_count | default "1" }}'
INTERRUPT_MONITOR_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.pipeline.config.interrupt_monitor_iterator_thread_pool_size | default "2" }}'
JAVA_ADVANCED_FLAGS: -XX:-TieredCompilation
LOCK_CONFIG_REDIS_URL: redis://redis:6379
LOGGING_LEVEL: WARN
Expand All @@ -42,39 +42,39 @@ data:
NG_MANAGER_GITSYNC_AUTHORITY: default-authority.harness.io
NG_MANAGER_GITSYNC_TARGET: ng-manager:13002
NG_MANAGER_TARGET: ng-manager:9979
NODE_START_EVENT_CONSUMER_THREAD_COUNT: '1'
NODE_START_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.node_start_event_consumer_thread_count | default "1" }}'
NOTIFICATION_BASE_URL: http://proxy/notifications/api/
ORCHESTRATION_EVENT_CONSUMER_THREAD_COUNT: '1'
ORCHESTRATION_POOL_CORE_SIZE: '1'
ORCHESTRATION_POOL_MAX_SIZE: '2'
ORCHESTRATION_VISUALIZATION_POOL_CORE_SIZE: '1'
ORCHESTRATION_VISUALIZATION_POOL_MAX_SIZE: '2'
PARTIAL_PLAN_RESPONSE_EVENT_CONSUMER_THREAD_COUNT: '1'
PIPELINE_EXECUTION_POOL_CORE_SIZE: '1'
PIPELINE_EXECUTION_POOL_MAX_SIZE: '10'
ORCHESTRATION_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.orchestration_event_consumer_thread_count | default "1" }}'
ORCHESTRATION_POOL_CORE_SIZE: '{{ .Values.pipeline.config.orchestration_pool_core_size | default "1" }}'
ORCHESTRATION_POOL_MAX_SIZE: '{{ .Values.pipeline.config.orchestration_pool_max_size | default "2" }}'
ORCHESTRATION_VISUALIZATION_POOL_CORE_SIZE: '{{ .Values.pipeline.config.orchestration_visualization_pool_core_size | default "1" }}'
ORCHESTRATION_VISUALIZATION_POOL_MAX_SIZE: '{{ .Values.pipeline.config.orchestration_visualization_pool_max_size | default "2" }}'
PARTIAL_PLAN_RESPONSE_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.partial_plan_response_event_consumer_thread_count | default "1" }}'
PIPELINE_EXECUTION_POOL_CORE_SIZE: '{{ .Values.pipeline.config.pipeline_execution_pool_core_size | default "1" }}'
PIPELINE_EXECUTION_POOL_MAX_SIZE: '{{ .Values.pipeline.config.pipeline_execution_pool_max_size | default "10" }}'
PIPELINE_SERVICE_BASE_URL: http://proxy/ng/#
PLAN_NOTIFY_EVENT_CONSUMER_THREAD_COUNT: '1'
PLAN_NOTIFY_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.plan_notify_event_consumer_thread_count | default "1" }}'
PMS_API_BASE_URL: http://proxy/pipeline/api/
PMS_NOTIFY_EVENT_CONSUMER_THREAD_COUNT: '1'
PMS_SDK_EXECUTION_POOL_CORE_SIZE: '1'
PMS_SDK_EXECUTION_POOL_MAX_SIZE: '2'
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE: '1'
PMS_SDK_ORCHESTRATION_EVENT_POOL_MAX_SIZE: '2'
PROGRESS_EVENT_CONSUMER_THREAD_COUNT: '1'
REDIS_NETTY_THREADS: '1'
RESOURCE_RESTRAINT_ITERATOR_THREAD_POOL_SIZE: '2'
RESUME_EVENT_CONSUMER_THREAD_COUNT: '1'
SCHEDULED_TRIGGER_ITERATOR_THREAD_POOL_SIZE: '2'
PMS_NOTIFY_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.pms_notify_event_consumer_thread_count | default "1" }}'
PMS_SDK_EXECUTION_POOL_CORE_SIZE: '{{ .Values.pipeline.config.pms_sdk_execution_pool_core_size | default "1" }}'
PMS_SDK_EXECUTION_POOL_MAX_SIZE: '{{ .Values.pipeline.config.pms_sdk_execution_pool_max_size | default "2" }}'
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE: '{{ .Values.pipeline.config.pms_sdk_orchestration_event_pool_core_size | default "1" }}'
PMS_SDK_ORCHESTRATION_EVENT_POOL_MAX_SIZE: '{{ .Values.pipeline.config.pms_sdk_orchestration_event_pool_max_size | default "2" }}'
PROGRESS_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.progress_event_consumer_thread_count | default "1" }}'
REDIS_NETTY_THREADS: '{{ .Values.pipeline.config.redis_netty_threads | default "1" }}'
RESOURCE_RESTRAINT_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.pipeline.config.resource_restraint_iterator_thread_pool_size | default "2" }}'
RESUME_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.resume_event_consumer_thread_count | default "1" }}'
SCHEDULED_TRIGGER_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.pipeline.config.scheduled_trigger_iterator_thread_pool_size | default "2" }}'
SCM_SERVICE_URI: scm:8091
SDK_RESPONSE_EVENT_CONSUMER_THREAD_COUNT: '1'
SDK_RESPONSE_EVENT_CONSUMER_THREAD_COUNT: '{{ .Values.pipeline.config.sdk_response_event_consumer_thread_count | default "1" }}'
SEGMENT_ENABLED: 'true'
SEGMENT_URL: https://stats.drone.ci/api/v1/
SERVER_MAX_THREADS: '12'
TIMEOUT_ENGINE_ITERATOR_THREAD_POOL_SIZE: '2'
SERVER_MAX_THREADS: '{{ .Values.pipeline.config.server_max_threads | default "12" }}'
TIMEOUT_ENGINE_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.pipeline.config.timeout_engine_iterator_thread_pool_size | default "2" }}'
USE_REDIS_FOR_INTERRUPTS: 'true'
USE_REDIS_FOR_ORCHESTRATION_EVENTS: 'true'
USE_REDIS_FOR_SDK_RESPONSE_EVENTS: 'true'
WEBHOOK_ITERATOR_THREAD_POOL_SIZE: '2'
WEBHOOK_ITERATOR_THREAD_POOL_SIZE: '{{ .Values.pipeline.config.webhook_iterator_thread_pool_size | default "2" }}'

---

Expand Down
10 changes: 5 additions & 5 deletions helm/harness/templates/platform-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ metadata:
data:
AUDIT_CLIENT_BASEURL: http://proxy/audit/api/
AUDIT_ENABLED: 'false'
COMMON_POOL_CORE_SIZE: '1'
COMMON_POOL_MAX_SIZE: '2'
COMMON_POOL_CORE_SIZE: '{{ .Values.manager.config.common_pool_core_size | default "1" }}'
COMMON_POOL_MAX_SIZE: '{{ .Values.manager.config.common_pool_max_size | default "2" }}'
DEPLOY_MODE: KUBERNETES_ONPREM
DEPLOY_VERSION: COMMUNITY
DISABLE_RESOURCE_VALIDATION: 'true'
DISTRIBUTED_LOCK_IMPLEMENTATION: REDIS
ENABLE_AUDIT_SERVICE: 'false'
ENABLE_RESOURCE_GROUP: 'false'
ENABLE_SERIALGC: 'true'
EVENTS_FRAMEWORK_NETTY_THREADS: '1'
EVENTS_FRAMEWORK_NETTY_THREADS: '{{ .Values.manager.config.events_framework_netty_threads | default "1" }}'
EVENTS_FRAMEWORK_REDIS_URL: redis://redis:6379
GRPC_MANAGER_AUTHORITY: default-authority.harness.io
GRPC_MANAGER_TARGET: manager:9879
Expand All @@ -27,9 +27,9 @@ data:
NG_MANAGER_CLIENT_BASEURL: http://proxy/ng/api/
PIPELINE_SERVICE_CLIENT_BASEURL: http://proxy/pipeline/api/
RBAC_URL: http://proxy/ng/api/
REDIS_NETTY_THREADS: '1'
REDIS_NETTY_THREADS: '{{ .Values.manager.config.redis_netty_threads | default "1" }}'
RESOURCE_GROUP_CLIENT_BASE_URL: http://proxy/resourcegroup/api/
SERVER_MAX_THREADS: '12'
SERVER_MAX_THREADS: '{{ .Values.manager.config.server_max_threads | default "12" }}'
SMTP_HOST: ''
SMTP_PASSWORD: ''
SMTP_PORT: '465'
Expand Down
73 changes: 69 additions & 4 deletions helm/harness/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,21 @@ ng_auth_ui:

manager:
config:
memory: 232
common_pool_core_size: 2
common_pool_max_size: 20
delegate_capabilities_record_iterator_thread_count: 4
delegate_task_expiry_check_iterator_thread_count: 4
deployment_event_listener_count: 2
deployment_time_series_event_listener_count: 2
events_framework_netty_threads: 2
event_delivery_iterator_thread_count: 4
execution_event_listener_count: 2
general_notify_event_listener_count: 2
memory: 512
orchestration_notify_event_listener_count: 2
perpetual_task_assignment_iterator_thread_count: 4
perpetual_task_rebalance_iterator_thread_count: 4
server_max_threads: 24
resources:
limits:
memory: 1454Mi
Expand All @@ -29,7 +43,19 @@ manager:

ng_manager:
config:
memory: 232
common_pool_core_size: 2
common_pool_max_size: 10
events_framework_netty_threads: 2
git_fullsync_entity_iterator_thread_pool_size: 4
memory: 512
ng_vault_iterator_thread_pool_size: 4
pms_sdk_execution_pool_core_size: 2
pms_sdk_execution_pool_max_size: 4
pms_sdk_orchestration_event_pool_core_size: 2
pms_sdk_orchestration_event_pool_max_size: 4
redis_netty_threads: 2
server_max_threads: 32
webhook_event_processing_service_thread_size: 4
resources:
limits:
memory: 1454Mi
Expand All @@ -40,7 +66,41 @@ ng_manager:

pipeline:
config:
memory: 200
advise_event_consumer_thread_count: 2
barrier_iterator_thread_pool_size: 4
common_pool_core_size: 2
common_pool_max_size: 10
create_plan_event_consumer_thread_count: 2
events_framework_netty_threads: 2
facilitate_event_consumer_thread_count: 2
graph_update_event_consumer_thread_count: 2
interrupt_consumer_thread_count: 2
interrupt_monitor_iterator_thread_pool_size: 4
memory: 576
node_start_event_consumer_thread_count: 2
orchestration_event_consumer_thread_count: 2
orchestration_pool_core_size: 2
orchestration_pool_max_size: 4
orchestration_visualization_pool_core_size: 2
orchestration_visualization_pool_max_size: 4
partial_plan_response_event_consumer_thread_count: 2
pipeline_execution_pool_core_size: 2
pipeline_execution_pool_max_size: 20
plan_notify_event_consumer_thread_count: 2
pms_notify_event_consumer_thread_count: 2
pms_sdk_execution_pool_core_size: 2
pms_sdk_execution_pool_max_size: 4
pms_sdk_orchestration_event_pool_core_size: 2
pms_sdk_orchestration_event_pool_max_size: 4
progress_event_consumer_thread_count: 2
redis_netty_threads: 2
resource_restraint_iterator_thread_pool_size: 4
resume_event_consumer_thread_count: 2
scheduled_trigger_iterator_thread_pool_size: 4
sdk_response_event_consumer_thread_count: 2
server_max_threads: 24
timeout_engine_iterator_thread_pool_size: 4
webhook_iterator_thread_pool_size: 4
resources:
limits:
memory: 1320Mi
Expand All @@ -51,7 +111,12 @@ pipeline:

platform:
config:
memory: 60
common_pool_core_size: 2
common_pool_max_size: 4
events_framework_netty_threads: 2
memory: 128
redis_netty_threads: 2
server_max_threads: 24
resources:
limits:
memory: 372Mi
Expand Down

0 comments on commit 324dab7

Please sign in to comment.