-
Notifications
You must be signed in to change notification settings - Fork 0
/
clouddeploy.yaml
38 lines (38 loc) · 946 Bytes
/
clouddeploy.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
apiVersion: deploy.cloud.google.com/v1beta1
kind: DeliveryPipeline
metadata:
name: helloworld-pipeline
description: helloworld application delivery pipeline
serialPipeline:
stages:
- targetId: dev
profiles: []
- targetId: staging
profiles: []
- targetId: prod
profiles: []
---
apiVersion: deploy.cloud.google.com/v1beta1
kind: Target
metadata:
name: dev
description: dev cluster
gke:
cluster: projects/qwiklabs-gcp-03-7154c6c93f6c/locations/us-central1-a/clusters/dev-cluster
---
apiVersion: deploy.cloud.google.com/v1beta1
kind: Target
metadata:
name: staging
description: staging cluster
gke:
cluster: projects/qwiklabs-gcp-03-7154c6c93f6c/locations/us-central1-a/clusters/staging-cluster
---
apiVersion: deploy.cloud.google.com/v1beta1
kind: Target
metadata:
name: prod
description: prod cluster
requireApproval: true
gke:
cluster: projects/qwiklabs-gcp-03-7154c6c93f6c/locations/us-central1-a/clusters/prod-cluster