-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrdeploy.yaml
32 lines (32 loc) · 1011 Bytes
/
rdeploy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: '3'
configs:
staging:
project_name: service-onfido
docker_image: gcr.io/rehive-services/service-onfido
kube_context: gke_rehive-services_europe-west4_staging3
cloud_provider:
name: gcp
project: rehive-services
kube_cluster: staging
region: europe-west4
namespace: service-onfido-staging
helm_values_path: ./etc/helm/staging/values.yaml
helm_chart: rehive/rehive-service
helm_chart_version: 1.0.0
helm_version: 3.6.3
use_system_helm: false
production:
project_name: service-onfido
docker_image: gcr.io/rehive-services/service-onfido
kube_context: gke_rehive-services_europe-west4_production3
cloud_provider:
name: gcp
project: rehive-services
kube_cluster: production3
region: europe-west4
namespace: service-onfido
helm_values_path: ./etc/helm/production/values.yaml
helm_chart: rehive/rehive-service
helm_chart_version: 1.0.0
helm_version: 3.6.3
use_system_helm: false