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/matrix-dendrite-personal/project.ini
2024-12-12 10:54:53 -05:00

33 lines
764 B
INI

[meta]
format_ver = 1
[matrix_dendrite_personal_repo]
description = Personal Dendrite Matrix Instance Repository
mode = helm
depends_on = traefik:longhorn_storage_class
[#matrix_dendrite_personal_repo/helm]
mode = add_repo
name = dendrite
repo = https://matrix-org.github.io/dendrite/
[matrix_dendrite_personal]
mode = helm
depends_on = matrix_dendrite_personal_repo
[#matrix_dendrite_personal/helm]
mode = upgrade
name = dendrite
repo = dendrite/dendrite
options_file = dendrite.yml
variable_file = ../../secrets/matrix/personal.env
create_namespace = yes
namespace = matrix-dendrite-personal
[matrix_dendrite_personal_ingress]
depends_on = matrix_dendrite_personal
mode = k3s
[#matrix_dendrite_personal_ingress/k3s]
mode = install
yml_path = ./ingress.yml