Skip to content

Commit

Permalink
RHINENG-2173: add missing satellite feature flag to manager
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Sep 13, 2023
1 parent 575f2c9 commit 6c12a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ objects:
- {name: SSL_CERT_DIR, value: '${SSL_CERT_DIR}'}
- {name: ENABLE_PROFILER, value: '${ENABLE_PROFILER_MANAGER}'}
- {name: GOMEMLIMIT, value: '${GOMEMLIMIT_MANAGER}'}
- {name: ENABLE_SATELLITE_FUNCTIONALITY, value: '${ENABLE_SATELLITE_FUNCTIONALITY}'}

resources:
limits: {cpu: '${RES_LIMIT_CPU_MANAGER}', memory: '${RES_LIMIT_MEM_MANAGER}'}
Expand Down

0 comments on commit 6c12a39

Please sign in to comment.