forked from getslideapp/dashboard-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrdeploy.yaml
More file actions
21 lines (21 loc) · 798 Bytes
/
rdeploy.yaml
File metadata and controls
21 lines (21 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
venv_python: ~/anaconda/envs/zapgo-core/bin/python3.5
configs:
staging:
project_name: rehive-dashboard
docker_image: gcr.io/rehive-services/rehive-dashboard-staging
cloud_project: rehive-services
cluster: staging
namespace: rehive-dashboard-staging
helm_values_path: ./etc/helm/staging/values.yaml
helm_chart: rehive/rehive-service
helm_chart_version: 0.1.32
production:
project_name: rehive-dashboard
docker_image: gcr.io/rehive-services/rehive-dashboard-staging
cloud_project: rehive-services
cluster: production
namespace: rehive-dashboard
helm_values_path: ./etc/helm/production/values.yaml
env_dir: ./etc/helm/production/
helm_chart: rehive/rehive-service
helm_chart_version: 0.1.32