Fixing bug
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -19,10 +19,10 @@ containerPort: 80
|
||||
resources:
|
||||
requests:
|
||||
cpu: "200m"
|
||||
memory: "200mi"
|
||||
memory: "200Mi"
|
||||
limits:
|
||||
cpu: "200m"
|
||||
memory: "200mi"
|
||||
memory: "200Mi"
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user