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

Updated webv-heartbeat to clusterip #51

Merged
merged 1 commit into from
Mar 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions deploy/bootstrap/webv-heartbeat/webv-hearbeat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ metadata:
labels:
app: webv-heartbeat
spec:
type: NodePort
type: ClusterIP
ports:
- port: 8080
targetPort: http
nodePort: 31088
protocol: TCP
name: http
selector:
Expand Down