aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard/service.yaml
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-05-21 16:45:59 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-05-21 15:29:32 +0000
commit0919b50b3e3291cd417a53ea6fb638ac2d8a4a93 (patch)
tree3bf670e90093f62e4cb09cc3037a5f11d604b9b1 /syz-cluster/dashboard/service.yaml
parent48c4cfee5c9915dc561e35fefb513c3209f39366 (diff)
syz-cluster: set proper Service types
As the cluster is private, use the ClusterIP type to only request a cluster-internal IP. Since web dashboard will need to be exposed via Load Balancer, set the necessary metadata annotation.
Diffstat (limited to 'syz-cluster/dashboard/service.yaml')
-rw-r--r--syz-cluster/dashboard/service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/service.yaml b/syz-cluster/dashboard/service.yaml
index a5b2521e4..d4c138730 100644
--- a/syz-cluster/dashboard/service.yaml
+++ b/syz-cluster/dashboard/service.yaml
@@ -12,4 +12,4 @@ spec:
- protocol: TCP
port: 80
targetPort: 8081
- type: LoadBalancer
+ type: ClusterIP