We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4769652 commit deb865eCopy full SHA for deb865e
apps/demo-app/overlays/dev/kustomization.yaml
@@ -6,7 +6,7 @@ resources:
6
helmCharts:
7
- name: devxp-app
8
releaseName: devxp-app
9
- version: 0.2.81
+ version: 0.2.82
10
repo: https://devxp-tech.github.io/helm-charts
11
valuesInline:
12
name: demo-app
@@ -45,24 +45,3 @@ helmCharts:
45
service:
46
type: ClusterIP
47
port: 80
48
-
49
- # probe:
50
- # enabled: true
51
- # livenessProbe:
52
- # path: /health-check/liveness
53
- # port: 8080
54
- # readinessProbe:
55
- # path: /health-check/readiness
56
57
58
- # sa:
59
60
61
- # quota:
62
63
- # requests:
64
- # memory: 1Gi
65
- # cpu: 1
66
- # limits:
67
- # memory: 2Gi
68
- # cpu: 2
0 commit comments