File tree Expand file tree Collapse file tree 4 files changed +122
-0
lines changed Expand file tree Collapse file tree 4 files changed +122
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ namespace : test-volody
Original file line number Diff line number Diff line change 1+ {
2+ "appName" : " test-volody" ,
3+ "userGivenName" : " test-volody" ,
4+ "destNamespace" : " test-volody" ,
5+ "destServer" : " https://kubernetes.default.svc" ,
6+ "srcPath" : " apps/test-volody/overlays/dev" ,
7+ "srcRepoURL" : " https://github.com/devxp-tech/gitops.git" ,
8+ "srcTargetRevision" : " " ,
9+ "CreateNamespace" : true ,
10+ "labels" : null
11+ }
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ namespace : test-volody
4+ resources :
5+ - ../../base
6+ helmCharts :
7+ - name : devxp-app
8+ releaseName : devxp-app
9+ version : 0.2.20
10+ repo : https://devxp-tech.github.io/helm-charts
11+ valuesInline :
12+ name : test-volody
13+ image :
14+ repository : ghcr.io/devxp-tech/test-volody
15+ tag : latest
16+ autoscaling :
17+ enabled : true
18+ minReplicas : 1
19+ maxReplicas : 2
20+ targetCPUUtilizationPercentage : 80
21+ resources :
22+ requests :
23+ memory : 64Mi
24+ cpu : 50m
25+ limits :
26+ memory : 128Mi
27+ cpu : 100m
28+ network :
29+ enabled : true
30+ domain : devxp-tech.io
31+ service :
32+ type : ClusterIP
33+ port : 80
34+ probe :
35+ enabled : true
36+ livenessProbe :
37+ path : /health-check/liveness
38+ port : 8080
39+ readinessProbe :
40+ path : /health-check/readiness
41+ port : 8080
42+ deploy :
43+ enabled : true
44+ sa :
45+ enabled : true
46+ quota :
47+ enabled : true
48+ requests :
49+ memory : 1Gi
50+ cpu : 1
51+ limits :
52+ memory : 2Gi
53+ cpu : 2
54+
55+
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ namespace : test-volody
4+ resources :
5+ - ../../base
6+ helmCharts :
7+ - name : devxp-app
8+ releaseName : devxp-app
9+ version : 0.1.81
10+ repo : https://devxp-tech.github.io/helm-charts
11+ valuesInline :
12+ name : test-volody
13+ image :
14+ repository : ghcr.io/devxp-tech/test-volody
15+ tag : latest
16+ autoscaling :
17+ enabled : true
18+ minReplicas : 1
19+ maxReplicas : 2
20+ targetCPUUtilizationPercentage : 80
21+ resources :
22+ requests :
23+ memory : 64Mi
24+ cpu : 50m
25+ limits :
26+ memory : 128Mi
27+ cpu : 100m
28+ network :
29+ enabled : true
30+ domain : devxp-tech.io
31+ service :
32+ type : ClusterIP
33+ port : 80
34+ probe :
35+ enabled : true
36+ livenessProbe :
37+ path : /health-check/liveness
38+ port : 8080
39+ readinessProbe :
40+ path : /health-check/readiness
41+ port : 8080
42+ deploy :
43+ enabled : true
44+ sa :
45+ enabled : true
46+ quota :
47+ enabled : true
48+ requests :
49+ memory : 1Gi
50+ cpu : 1
51+ limits :
52+ memory : 2Gi
53+ cpu : 2
You can’t perform that action at this time.
0 commit comments