feature(wip): Implement basic services and some databases.
This commit is contained in:
parent
c36ae6cdf0
commit
7b7f90ff16
38 changed files with 794 additions and 6 deletions
12
kubernetes/loadbalancer/project.ini
Normal file
12
kubernetes/loadbalancer/project.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[metallb]
|
||||
description = MetalLB
|
||||
mode = include
|
||||
path = ./metallb/project.ini
|
||||
|
||||
[traefik]
|
||||
description = MetalLB
|
||||
mode = include
|
||||
path = ./traefik/project.ini
|
Reference in a new issue