forked from spectrocloud/gitops-project-edison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cluster-vmware-stg-1.yaml
73 lines (72 loc) · 1.49 KB
/
cluster-vmware-stg-1.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: vmware-stg-1
cloud_account: picard-vc2
profiles:
infra: ProdVMware-1
#ehl: EHS-1.6-small
cloud_config: {}
node_groups:
- name: master
control_plane: true
count: 1
disk_size_gb: 61
memory_mb: 4096
cpu: 2
placements:
- cluster: cluster3
resourcepool: ""
datastore: datastore56_2
network: VM Network
- name: worker-basic
count: 3
disk_size_gb: 61
memory_mb: 8192
cpu: 4
placements:
- cluster: cluster3
resourcepool: ""
datastore: datastore56_2
network: VM Network
rbac:
clusterRoleBindings:
- role: cluster-admin
subjects:
- {type: Group, name: sc-admin}
namespaces:
- namespace: team2
createNamespace: true
roleBindings:
- role: admin
kind: ClusterRole
subjects:
- {type: Group, name: team-vendor-b}
manifest_repos:
- name: myapps
type: helm
url: https://github.com/spectrocloud/gitops-argocd.git
path: apps
namespace: team2
terraform_repos:
- name: kubeless-services
url: https://github.com/spectrocloud/gitops-picard.git
path: sandbox
state:
type: in-cluster-secret
namespace: team2
backup_policy:
schedule: "0 0 * * SUN"
backup_location: dev-s3
prefix: weekly
scan_policy:
configuration_scan_schedule: "0 0 * * SUN"
penetration_scan_schedule: "0 0 * * SUN"
conformance_scan_schedule: "0 0 1 * *"
# cluster_packs: {
# k8s: {
# tag : "1.19.7"
# file: "config-stg/k8s.yaml"
# }
# dex: {
# tag : "2.28.0"
# file: "config-stg/dex.yaml"
# }
# }