The defaul image responds on port 80
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.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
|
||||
|
||||
@@ -14,7 +14,7 @@ podSecurityContext:
|
||||
|
||||
securityContext: {}
|
||||
|
||||
containerPort: 8080
|
||||
containerPort: 80
|
||||
|
||||
resources: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user