Skip to content

Commit

Permalink
fix: add spreadscaler constraits to the base wadm manifest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
protochron authored and brooksmtownsend committed Jan 8, 2024
1 parent 353f4e4 commit 1dd88ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1dd88ee

Please sign in to comment.