feature: Adds more operational services.
This commit is contained in:
parent
9f85ec639d
commit
a704e75851
47 changed files with 1484 additions and 519 deletions
23
kubernetes/services/pihole/project.ini
Normal file
23
kubernetes/services/pihole/project.ini
Normal file
|
@ -0,0 +1,23 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[pihole_repo]
|
||||
description = Pihole Helm Repository
|
||||
mode = helm
|
||||
depends_on = traefik:longhorn_storage_class
|
||||
|
||||
[#pihole_repo/helm]
|
||||
mode = add_repo
|
||||
name = mojo2600pihole
|
||||
repo = https://mojo2600.github.io/pihole-kubernetes/
|
||||
|
||||
[pihole]
|
||||
mode = helm
|
||||
depends_on = passbolt_repo
|
||||
|
||||
[#pihole/helm]
|
||||
mode = install
|
||||
name = pihole
|
||||
repo = mojo2600pihole/pihole
|
||||
options_file = pihole.yml
|
||||
variable_file = ../../secrets/pihole.env
|
Reference in a new issue