From 4ba8b29bb35c61b4bd7fb1208e28af203c347ee6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 26 Oct 2024 09:21:13 -0400 Subject: kube/alrest/x/future-sight: make nats expose http monitoring endpoints Signed-off-by: Xe Iaso --- kube/alrest/x/future-sight/nats.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kube/alrest/x/future-sight/nats.yaml b/kube/alrest/x/future-sight/nats.yaml index 93c3b4b..9ba547f 100644 --- a/kube/alrest/x/future-sight/nats.yaml +++ b/kube/alrest/x/future-sight/nats.yaml @@ -21,6 +21,7 @@ spec: image: nats:2-alpine ports: - containerPort: 4222 + - containerPort: 8222 --- apiVersion: v1 kind: Service @@ -33,4 +34,7 @@ spec: selector: xeiaso.net/role: nats ports: - - port: 4222 \ No newline at end of file + - port: 4222 + name: nats + - port: 8222 + name: http \ No newline at end of file -- cgit v1.2.3