From acf09954aa1748e3ccdd5e68b10702d2b1509b93 Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Tue, 9 Jan 2024 14:45:56 +0100 Subject: [PATCH] added comment --- resources/nats/templates/statefulset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/nats/templates/statefulset.yaml b/resources/nats/templates/statefulset.yaml index ddba68e2..9d5e4bd2 100644 --- a/resources/nats/templates/statefulset.yaml +++ b/resources/nats/templates/statefulset.yaml @@ -88,6 +88,7 @@ spec: {{- end }} # disable service environment variables + # service discovery uses DNS; don't need service env vars enableServiceLinks: false # Required to be able to HUP signal and apply config # reload to the server without restarting the pod.