26 lines
399 B
INI
26 lines
399 B
INI
[meta]
|
|
format_ver = 1
|
|
|
|
[terah.dev_website]
|
|
depends_on = traefik
|
|
mode = k3s
|
|
|
|
[#terah.dev_website/k3s]
|
|
mode = install
|
|
yml_path = ./website.yml
|
|
|
|
[terah.dev_service]
|
|
depends_on = terah.dev_website
|
|
mode = k3s
|
|
|
|
[#terah.dev_service/k3s]
|
|
mode = install
|
|
yml_path = ./service.yml
|
|
|
|
[terah.dev_ingress]
|
|
depends_on = terah.dev_website
|
|
mode = k3s
|
|
|
|
[#terah.dev_ingress/k3s]
|
|
mode = install
|
|
yml_path = ./ingress.yml
|