Modify files for merging all helms for notification service
2 unresolved threads
2 unresolved threads
Modifying files for merging all helms for notification service.
Merge request reports
Activity
added GC label
requested review from @Oleksandr_Kosse
assigned to @Vladyslav_Hundarchuk
added 3 commits
-
0c99d87f...cfa100de - 2 commits from branch
master
- 89cc10e8 - Merge branch 'master' of...
-
0c99d87f...cfa100de - 2 commits from branch
- Resolved by Vladyslav Hundarchuk
- Resolved by Vladyslav Hundarchuk
- Resolved by Vladyslav Hundarchuk
1 1 data: 2 #Configmaps 3 logLevel: "ERROR" 4 springProfilesActive: "gcp" 5 entitlementsHost: "http://entitlements" 6 registerHost: "http://register" 7 partitionHost: "http://partition" 8 # gcp changed this line in version 5 of the diff
43 59 ### Config variables 44 60 45 61 | Name | Description | Type | Default |Required | 46 62 |------|-------------|------|---------|---------| 47 **domain** | your domain | string | - | yes 48 **appName** | name of the app | string | `notification` | yes 49 **configmap** | configmap to be used | string | `notification-config` | yes 63 **appName** | Service name | string | `search` | yes 64 **configmap** | configmap to be used | string | `search-config` | yes 65 **elasticSecretName** | secret for elasticsearch | string | `search-elastic-secret` | yes 50 66 **onPremEnabled** | whether on-prem is enabled | boolean | false | yes 51 **rabbitmqSecretName** | secret for rabbitmq | string | `rabbitmq-secret` | yes 52 **openidSecretName** | secret for openid client | string | `notification-keycloak-secret` | yes 67 **domain** | your domain, ex `example.com` | string | - | yes 53 68 54 69 ### Install the helm chart Once again
Please update README in accordance with https://community.opengroup.org/osdu/platform/system/search-service/-/blob/master/devops/gcp/deploy/README.md
Pay attention to the whole readme
Edited by Mikhail Piatliou (EPAM)
mentioned in commit 8850deed
changed milestone to %M16 - Release 0.19
Please register or sign in to reply