The defaul image responds on port 80

This commit is contained in:
Laszlo Fogas
2020-11-02 11:00:37 +01:00
parent e3e9980deb
commit 38168aa75e
6 changed files with 31 additions and 21 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.7.0
version: 0.7.1
@@ -14,7 +14,7 @@ tests:
failureThreshold: 3
httpGet:
path: "/"
port: 8080
port: 80
scheme: HTTP
periodSeconds: 10
successThreshold: 1
+1 -1
View File
@@ -14,7 +14,7 @@ podSecurityContext:
securityContext: {}
containerPort: 8080
containerPort: 80
resources: {}