-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster.yaml
28 lines (28 loc) · 978 Bytes
/
cluster.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
---
resources:
- type: container.v1.cluster
name: my-redis
properties:
zone: asia-northeast1-a
cluster:
name: my-redis
locations:
- asia-northeast1-a
legacyAbac:
enabled: true
initialClusterVersion: 1.8.12-gke.1
nodePools:
- initialNodeCount: 3
name: default-pool
config:
diskSizeGb: 100
#machineType: g1-small
machineType: f1-micro
oauthScopes:
- https://www.googleapis.com/auth/compute
- https://www.googleapis.com/auth/devstorage.read_only
- https://www.googleapis.com/auth/logging.write
- https://www.googleapis.com/auth/monitoring
- https://www.googleapis.com/auth/servicecontrol
- https://www.googleapis.com/auth/service.management.readonly
- https://www.googleapis.com/auth/trace.append