Skip to content
Snippets Groups Projects

Modify files for merging all helms for notification service

Merged Vladyslav Hundarchuk requested to merge GONRG-5947-merge-all-helms-for-notification into master
2 unresolved threads

Modifying files for merging all helms for notification service.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • f7ce9838 - Fix in accordance to comments

    Compare with previous version

  • Vladyslav Hundarchuk resolved all threads

    resolved all threads

  • 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
  • 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
  • added 1 commit

    • 21ba8d65 - Modify in accordance to comments

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Mikhail Piatliou (EPAM) resolved all threads

    resolved all threads

  • mentioned in commit 8850deed

  • changed milestone to %M16 - Release 0.19

  • Please register or sign in to reply
    Loading