Add name to service port

This commit is contained in:
2025-11-30 05:13:26 -06:00
parent ab7c7a1e04
commit 2db2c19461

View File

@@ -39,4 +39,5 @@
{:metadata {:name "juicefs-redis" :namespace "kube-system"}
:spec {:type "ClusterIP"
:selector {:app "juicefs-redis"}
:ports [{:port 6379 :targetPort 6379}]}}})
:ports [{:name 'app-name
:port 6379 :targetPort 6379}]}}})