Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
b6149833
Commit
b6149833
authored
2 years ago
by
Vladyslav Hundarchuk
Committed by
Oleksandr Kosse (EPAM)
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme
parent
45d347fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!341
Update Readme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devops/gc/deploy/README.md
+34
-23
34 additions, 23 deletions
devops/gc/deploy/README.md
with
34 additions
and
23 deletions
devops/gc/deploy/README.md
+
34
−
23
View file @
b6149833
...
...
@@ -31,38 +31,49 @@ First you need to set variables in **values.yaml** file using any code editor. S
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**logLevel**
| logging level | string | INFO | yes
**springProfilesActive**
| active spring profile | string | gcp | yes
**entitlementsHost**
| entitlements service host address | string |
`http://entitlements`
| yes
**registerHost**
| register service host address | string |
`http://register`
| yes
**partitionHost**
| partition service host address | string |
`http://partition`
| yes
**redisNotificationHost**
| The host for redis instance. If empty, helm installs an internal redis instance | string |
`redis-notification`
| yes
**redisNotificationPort**
| The port for redis instance | digit | 6379 | yes
**data.logLevel**
| logging level | string | INFO | yes
**data.springProfilesActive**
| active spring profile | string | gcp | yes
**data.entitlementsHost**
| entitlements service host address | string |
`http://entitlements`
| yes
**data.registerHost**
| register service host address | string |
`http://register`
| yes
**data.partitionHost**
| partition service host address | string |
`http://partition`
| yes
**data.redisNotificationHost**
| The host for redis instance. If empty, helm installs an internal redis instance | string |
`redis-notification`
| yes
**data.redisNotificationPort**
| The port for redis instance | digit | 6379 | yes
### Deployment variables
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**requestsCpu**
| amount of requested CPU | string |
`0.1`
| yes
**requestsMemory**
| amount of requested memory| string |
`256M`
| yes
**limitsCpu**
| CPU limit | string |
`1`
| yes
**limitsMemory**
| memory limit | string |
`1.5G`
| yes
**serviceAccountName**
| name of your service account | string |
`notification`
| yes
**imagePullPolicy**
| when to pull image | string |
`IfNotPresent`
| yes
**image**
| service image | string | - | yes
**redisImage**
| redis image | string |
`redis:7`
| yes
**
data.
requestsCpu**
| amount of requested CPU | string |
`0.1`
| yes
**
data.
requestsMemory**
| amount of requested memory| string |
`256M`
| yes
**
data.
limitsCpu**
| CPU limit | string |
`1`
| yes
**
data.
limitsMemory**
| memory limit | string |
`1.5G`
| yes
**
data.
serviceAccountName**
| name of your service account | string |
`notification`
| yes
**
data.
imagePullPolicy**
| when to pull image | string |
`IfNotPresent`
| yes
**
data.
image**
| service image | string | - | yes
**
data.
redisImage**
| redis image | string |
`redis:7`
| yes
### Config variables
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**appName**
| Service name | string |
`notification`
| yes
**configmap**
| configmap to be used | string |
`notification-config`
| yes
**rabbitmqSecretName**
| secret for rabbitmq | string |
`rabbitmq-secret`
| yes
**openidSecretName**
| secret for openid | string |
`notification-keycloak-secret`
| yes
**notificationRedisSecretName**
| Notification redis secret | string |
`notification-redis-secret`
| yes
**onPremEnabled**
| whether on-prem is enabled | boolean | false | yes
**domain**
| your domain, ex
`example.com`
| string | - | yes
**redisSSL**
| Redis host ssl config. External redis configuration only if true | string | false | no
**conf.appName**
| Service name | string |
`notification`
| yes
**conf.configmap**
| configmap to be used | string |
`notification-config`
| yes
**conf.rabbitmqSecretName**
| secret for rabbitmq | string |
`rabbitmq-secret`
| yes
**conf.openidSecretName**
| secret for openid | string |
`notification-keycloak-secret`
| yes
**conf.notificationRedisSecretName**
| Notification redis secret | string |
`notification-redis-secret`
| yes
**conf.onPremEnabled**
| whether on-prem is enabled | boolean | false | yes
**conf.domain**
| your domain, ex
`example.com`
| string | - | yes
**conf.redisSSL**
| Redis host ssl config. External redis configuration only if true | string | false | no
### Istio variables
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**istio.proxyCPU**
| CPU request for Envoy sidecars | string |
`50m`
| yes
**istio.proxyCPULimit**
| CPU limit for Envoy sidecars | string |
`500m`
| yes
**istio.proxyMemory**
| memory request for Envoy sidecars | string |
`64Mi`
| yes
**istio.proxyMemoryLimit**
| memory limit for Envoy sidecars | string |
`512Mi`
| yes
### Install the helm chart
Run this command from within this directory:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment