forked from spectrocloud/gitops-project-edison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster-eks-dev-1.yaml
79 lines (78 loc) · 1.88 KB
/
cluster-eks-dev-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
74
75
76
77
78
79
name: eks-dev-1
cloud_account: aws-account-1
profiles:
infra: ProdEKS-1
ehl: EHS-1.5-small
cloud_config:
aws_region: us-east-1
aws_vpc_id: vpc-0c9679602584608f9
eks_subnets:
us-west-2a: subnet-07f0af093b8233990,subnet-080b9dc42d15b57a2
us-west-2b: subnet-0e0d96dc7ad3f02a5,subnet-025428faaddc4201f
us-west-2c: subnet-09e74165071ce03e6,subnet-0964e92baa663e495
node_groups:
- name: worker-basic
count: 3
disk_size_gb: 61
instance_type: t3.large
worker_subnets:
us-west-2a: subnet-07f0af093b8233990
us-west-2b: subnet-0e0d96dc7ad3f02a5
us-west-2c: subnet-09e74165071ce03e6
fargate_profiles:
- name: fg-1
subnets:
- subnet-07f0af093b8233990
- subnet-0e0d96dc7ad3f02a5
- subnet-09e74165071ce03e6
additional_tags: {hello: test1}
selectors:
- namespace: fargate
labels:
abc: cool
rbac:
clusterRoleBindings:
- role: view
subjects:
- {type: User, name: user6}
- {type: Group, name: group6}
- {type: ServiceAccount, name: group6, namespace: foo}
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"
# }
# }