From 09a53b324da9a1c5e5aead8ed441994364fd44bf Mon Sep 17 00:00:00 2001 From: martinrw <23168921+martinrw@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:13:05 +0200 Subject: [PATCH] make target port customisable --- charts/unleash/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/unleash/values.yaml b/charts/unleash/values.yaml index 090774f..99e783c 100644 --- a/charts/unleash/values.yaml +++ b/charts/unleash/values.yaml @@ -226,6 +226,8 @@ service: # Supported types: ClusterIP, NodePort, LoadBalancer type: ClusterIP port: 4242 + # target port will be set to port if not set + targetPort: "" # nodePort is optional and only used when service.type is NodePort or LoadBalancer nodePort: "" annotations: {}