-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrdeploy.example.yaml
More file actions
36 lines (36 loc) · 1.2 KB
/
rdeploy.example.yaml
File metadata and controls
36 lines (36 loc) · 1.2 KB
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
version: '2'
configs:
production:
project_name: example
docker_image: example.azurecr.io/example
kube_context: example
cloud_provider:
name: azure
subscription_id: 57800aa9-e115-4ede-9b70-0e1ce97294f6
resource_group: example
region: westeurope
kube_cluster: example # optional - can be used to ensure local kube_context is correct
helm_registry: europe-west4-docker.pkg.dev
namespace: example
helm_values_path: ./etc/helm/production/values.yaml
helm_chart: rehive-helm-charts/rehive-service
helm_chart_version: 0.1.38
helm_version: 3.0.3
use_system_helm: false
staging:
project_name: example
docker_image: example.azurecr.io/example
kube_context: example
cloud_provider:
name: azure
subscription_id: 57800aa9-e115-4ede-9b70-0e1ce97294f6
resource_group: example
region: westeurope
kube_cluster: example # optional - can be used to ensure local kube_context is correct
container_registry: example
namespace: example
helm_values_path: ./etc/helm/production/values.yaml
helm_chart: rehive/rehive-service
helm_chart_version: 0.1.38
helm_version: 3.0.3
use_system_helm: false