Add name to service port

This commit is contained in:
2025-11-30 05:13:16 -06:00
parent 262468686f
commit ab7c7a1e04

View File

@@ -54,6 +54,7 @@
:k8s:service-opts
{:spec
{:ports
[{:port 80
[{:name 'app-name
:port 80
:targetPort 80}]}}})