Fixing bug

This commit is contained in:
Laszlo Fogas
2020-11-12 12:57:01 +01:00
parent 910f7df5d2
commit e4a7123e54
6 changed files with 37 additions and 27 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.1
version: 0.8.2
+2 -2
View File
@@ -19,10 +19,10 @@ containerPort: 80
resources:
requests:
cpu: "200m"
memory: "200mi"
memory: "200Mi"
limits:
cpu: "200m"
memory: "200mi"
memory: "200Mi"
nodeSelector: {}