This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kittehcluster/kubernetes/services/www/terah.dev/project.ini
2025-04-11 18:02:10 -04:00

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