Skip to content

Commit bc7c7a7

Browse files
authored
[ci skip] 🤖 Create new App test-volody (#380)
1 parent 2b989ae commit bc7c7a7

File tree

4 files changed

+122
-0
lines changed

4 files changed

+122
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
namespace: test-volody
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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+
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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

0 commit comments

Comments
 (0)