updated NATS address with internal dns

This commit is contained in:
Lorenzo Venerandi
2025-01-25 18:29:40 +01:00
parent fa18e2ed7f
commit 0a798337e1

View File

@@ -42,7 +42,7 @@ wadm:
tag: v0.15.0 tag: v0.15.0
config: config:
nats: nats:
server: "nats://10.43.80.129" server: "nats://nats.wasmcloud.svc.cluster.local"
# creds: # creds:
# jwt: "" # jwt: ""
# seed: "" # seed: ""
@@ -75,8 +75,6 @@ hostConfig:
# # Number of hosts (pods). Defaults to 1. # # Number of hosts (pods). Defaults to 1.
# hostReplicas: 1 # hostReplicas: 1
# Which version of wasmCloud to use; defaults to "latest" # Which version of wasmCloud to use; defaults to "latest"
version: "1.2.1"
# registryCredentialsFile: config.json
# natsCredentialsFile: secret.yaml # natsCredentialsFile: secret.yaml
resources: resources:
nats: {} nats: {}