From 1dd88eee2f199dbfaa0287999adf801033a16f65 Mon Sep 17 00:00:00 2001 From: Dan Norris Date: Sun, 7 Jan 2024 12:57:24 -0500 Subject: [PATCH] fix: add spreadscaler constraits to the base wadm manifest It looks like we forgot to add a spreadscaler constraint on the initial deploy for the wormhole provider. Without having that the base wadm manifest will be stuck reconciling until the first pull request is merged. --- wadm.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wadm.yaml b/wadm.yaml index 3897375..fad859f 100644 --- a/wadm.yaml +++ b/wadm.yaml @@ -23,3 +23,11 @@ spec: properties: image: cosmonic.azurecr.io/httpserver_wormhole:0.6.2 contract: wasmcloud:httpserver + traits: + - properties: + replicas: 1 + spread: + - name: oncosmonic + requirements: + cosmonic_managed: "true" + type: spreadscaler