-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrdeploy.yaml
48 lines (48 loc) · 1.56 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: '3'
configs:
staging:
project_name: service-stripe
docker_image: gcr.io/rehive-services/service-stripe
cloud_provider:
name: azure
subscription_id: 57800aa9-e115-4ede-9b70-0e1ce97294f6
resource_group: rehive-services-staging
region: westeurope
kube_cluster: rehive-services-staging
container_registry: rehiveservices
namespace: service-stripe-staging
helm_values_path: ./etc/helm/staging/values.yaml
helm_chart: rehive/rehive-service
helm_version: 3.1.1
use_system_helm: false
helm_chart_version: 0.2.5
container_registry_provider: google
production-old:
project_name: service-stripe
docker_image: gcr.io/rehive-services/service-stripe
cloud_provider:
name: gcp
project: rehive-services
kube_cluster: production
zone: europe-west1-c
namespace: service-stripe
helm_values_path: ./etc/helm/production-old/values.yaml
helm_chart: rehive/rehive-service
helm_chart_version: 0.2.5
use_system_helm: false
helm_version: 2.14.3
production:
project_name: service-stripe
docker_image: gcr.io/rehive-services/service-stripe
kube_context: gke_rehive-services_europe-west4_production3
cloud_provider:
name: gcp
project: rehive-services
kube_cluster: production3
region: europe-west4
namespace: service-stripe
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