Created
September 12, 2023 14:20
-
-
Save chainzero/040d19bdb20d632009b8ae206fb548f5 to your computer and use it in GitHub Desktop.
Stable payment SDL example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.0" | |
services: | |
web: | |
image: ovrclk/e2e-test | |
expose: | |
- port: 8080 | |
as: 80 | |
to: | |
- global: true | |
bew: | |
image: ovrclk/e2e-test | |
expose: | |
- port: 8080 | |
as: 81 | |
to: | |
- global: true | |
profiles: | |
compute: | |
web: | |
resources: | |
cpu: | |
units: "0.5" | |
memory: | |
size: "128Mi" | |
storage: | |
- size: "512Mi" | |
bew: | |
resources: | |
cpu: | |
units: "0.5" | |
memory: | |
size: "128Mi" | |
storage: | |
- size: "512Mi" | |
placement: | |
global: | |
pricing: | |
web: | |
denom: ibc/170C677610AC31DF0904FFE09CD3B5C657492170E7E52372E48756B71E56F2F1 | |
amount: 100 | |
bew: | |
denom: ibc/170C677610AC31DF0904FFE09CD3B5C657492170E7E52372E48756B71E56F2F1 | |
amount: 100 | |
deployment: | |
web: | |
global: | |
profile: web | |
count: 1 | |
bew: | |
global: | |
profile: bew | |
count: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment