diff options
| -rw-r--r-- | kube/alrest/x/future-sight/nats.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
