-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18912 from ghalliday/issue32299
HPCC-32299 Improve coverage of helm regression tests Reviewed-by: Jake Smith <[email protected]> Merged-by: Gavin Halliday <[email protected]>
- Loading branch information
Showing
4 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This values file is here to exrcise all of the different paths in the helm chart. | ||
# It is a copy of values.yaml, all changes are marked with #CHANGE. | ||
# | ||
# - roxie: Enabling server replicas in roxie | ||
# - thor: eclAgentUseChildProcesses=false | ||
|
||
roxie: | ||
- name: roxie | ||
disabled: false | ||
prefix: roxie | ||
services: | ||
- name: roxie | ||
servicePort: 9876 | ||
listenQueue: 200 | ||
numThreads: 30 | ||
visibility: local | ||
replicas: 2 | ||
numChannels: 2 | ||
singleNode: false | ||
traceLevel: 1 | ||
serverReplicas: 4 #CHANGE | ||
topoServer: | ||
replicas: 1 | ||
|
||
thor: | ||
- name: thor | ||
prefix: thor | ||
numWorkers: 2 | ||
maxJobs: 4 | ||
maxGraphs: 2 | ||
eclAgentUseChildProcesses: false #CHANGE |