We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e78ae commit 3d09264Copy full SHA for 3d09264
itscontained/statping/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: statping
3
description: Status page for monitoring your websites and applications
4
type: application
5
-version: 0.1.4
+version: 0.1.5
6
appVersion: v0.90.65
7
keywords:
8
- statping
itscontained/statping/values.yaml
@@ -40,7 +40,7 @@ env: []
40
41
service:
42
type: ClusterIP
43
- port: ""
+ port: 8080
44
## Specify the nodePort value for the LoadBalancer and NodePort service types.
45
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
46
##
@@ -148,7 +148,7 @@ resources: {}
148
# memory: 128Mi
149
# requests:
150
# cpu: 100m
151
-# memory: 128Mi
+ # memory: 128Mi
152
153
nodeSelector: {}
154
0 commit comments