mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
version: "2.2"
|
|
global:
|
|
enabled: true
|
|
host: mycompany.com
|
|
squadron:
|
|
storefinder:
|
|
backend:
|
|
chart:
|
|
name: backend
|
|
repository: file://./_examples/common/charts/backend
|
|
version: 0.0.1
|
|
builds:
|
|
default:
|
|
tag: latest
|
|
image: storefinder/backend
|
|
values:
|
|
image:
|
|
repository: storefinder/backend
|
|
tag: latest
|
|
frontend:
|
|
chart:
|
|
name: frontend
|
|
repository: file://./_examples/common/charts/frontend
|
|
version: 0.0.1
|
|
builds:
|
|
default:
|
|
tag: latest
|
|
image: storefinder/frontend
|
|
values:
|
|
env:
|
|
BASE64: MTIzNDU2Nzg5MA==
|
|
DEFAULT_INDEX_VALUE: fallback
|
|
DEFAULT_VALUE: fallback
|
|
ENV: /bin/zsh
|
|
GLOBAL: mycompany.com
|
|
image:
|
|
repository: storefinder/frontend
|
|
tag: latest
|
|
values: |
|
|
foo: bar
|
|
bar:
|
|
- foo
|
|
- bar
|
|
env: /bin/zsh
|
|
global: mycompany.com
|
|
base64: MTIzNDU2Nzg5MA==
|