Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1342fa1

Browse files
authored
updated webv-heartbeat from nodeport to clusterip (#51)
1 parent aa1e23c commit 1342fa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/bootstrap/webv-heartbeat/webv-hearbeat.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@ metadata:
6161
labels:
6262
app: webv-heartbeat
6363
spec:
64-
type: NodePort
64+
type: ClusterIP
6565
ports:
6666
- port: 8080
6767
targetPort: http
68-
nodePort: 31088
6968
protocol: TCP
7069
name: http
7170
selector:

0 commit comments

Comments
 (0)