From 0a798337e1a0f635ab8f7b848c4ea79cf8717501 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi <68255980+Lore09@users.noreply.github.com> Date: Sat, 25 Jan 2025 18:29:40 +0100 Subject: [PATCH] updated NATS address with internal dns --- infra/wasmcloud/wasmcloud-platform/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/wasmcloud/wasmcloud-platform/values.yaml b/infra/wasmcloud/wasmcloud-platform/values.yaml index a81b8d6..ddeaf1a 100644 --- a/infra/wasmcloud/wasmcloud-platform/values.yaml +++ b/infra/wasmcloud/wasmcloud-platform/values.yaml @@ -42,7 +42,7 @@ wadm: tag: v0.15.0 config: nats: - server: "nats://10.43.80.129" + server: "nats://nats.wasmcloud.svc.cluster.local" # creds: # jwt: "" # seed: "" @@ -75,8 +75,6 @@ hostConfig: # # Number of hosts (pods). Defaults to 1. # hostReplicas: 1 # Which version of wasmCloud to use; defaults to "latest" - version: "1.2.1" - # registryCredentialsFile: config.json # natsCredentialsFile: secret.yaml resources: nats: {}