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 2c9694b commit f70ad28Copy full SHA for f70ad28
apps/demo-app/overlays/dev/kustomization.yaml
@@ -46,23 +46,23 @@ helmCharts:
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
+ # probe:
+ # enabled: true
+ # livenessProbe:
+ # path: /health-check/liveness
+ # port: 8080
+ # readinessProbe:
+ # path: /health-check/readiness
57
58
- sa:
59
+ # sa:
60
61
- quota:
62
63
- requests:
64
- memory: 1Gi
65
- cpu: 1
66
- limits:
67
- memory: 2Gi
68
- cpu: 2
+ # quota:
+ # requests:
+ # memory: 1Gi
+ # cpu: 1
+ # limits:
+ # memory: 2Gi
+ # cpu: 2
0 commit comments