Skip to content

Commit 3d09264

Browse files
fix serviceport
1 parent b5e78ae commit 3d09264

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

itscontained/statping/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: statping
33
description: Status page for monitoring your websites and applications
44
type: application
5-
version: 0.1.4
5+
version: 0.1.5
66
appVersion: v0.90.65
77
keywords:
88
- statping

itscontained/statping/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env: []
4040

4141
service:
4242
type: ClusterIP
43-
port: ""
43+
port: 8080
4444
## Specify the nodePort value for the LoadBalancer and NodePort service types.
4545
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
4646
##
@@ -148,7 +148,7 @@ resources: {}
148148
# memory: 128Mi
149149
# requests:
150150
# cpu: 100m
151-
# memory: 128Mi
151+
# memory: 128Mi
152152

153153
nodeSelector: {}
154154

0 commit comments

Comments
 (0)