feat(wg): add mesh tunneling to devices & routers
This commit is contained in:
@@ -45,6 +45,13 @@ releases:
|
||||
values:
|
||||
- values/gitea.yaml
|
||||
|
||||
- name: gitea-runners
|
||||
namespace: git
|
||||
chart: gitea-charts/actions
|
||||
version: 0.0.2
|
||||
values:
|
||||
- values/gitea-runners.yaml
|
||||
|
||||
# Storage
|
||||
- name: longhorn
|
||||
namespace: longhorn-system
|
||||
|
||||
5
nix/homelab/helm/values/gitea-runners.yaml
Normal file
5
nix/homelab/helm/values/gitea-runners.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
enabled: true
|
||||
statefulset:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: rufus
|
||||
giteaRootURL: https://git.lucalise.ca
|
||||
Reference in New Issue
Block a user