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 5e2ee63 commit 000ecc1Copy full SHA for 000ecc1
kubernetes/.charts/simple-app/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: simple-app
3
-version: 2.0.0
+version: 2.0.1
4
description: Provides a deployment, service and ingress to expose one container at a given domain
kubernetes/.charts/simple-app/values.yaml
@@ -16,10 +16,10 @@ hosts:
16
replicas: 2
17
resources:
18
limits:
19
- cpu: 100m
20
- memory: 200Mi
+ cpu: 200m
+ memory: 256Mi
21
requests:
22
cpu: 50m
23
- memory: 100Mi
+ memory: 64Mi
24
livenessProbe: '/'
25
startupProbe: '/'
0 commit comments