1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Add Breezewiki

This commit is contained in:
Antonio Gurgel 2023-11-17 23:33:54 -08:00
parent 8a53be1d9f
commit 5a616953fd
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
name,
namespace,
charts,
lib,
kubelib,
...
}:
kubelib.buildHelmChart {
inherit name namespace;
chart = charts.bjw-s.app-template;
values = lib.getValues ./values.yaml;
}

View file

@ -0,0 +1,26 @@
controllers:
main:
containers:
main:
image:
repository: quay.io/pussthecatorg/breezewiki
tag: latest
service:
main:
ports:
http:
port: 10416
route:
main:
hostnames:
- breezewiki.svc.eureka.lan
parentRefs:
- name: svc
namespace: svc
sectionName: https
rules:
- backendRefs:
- name: breezewiki
namespace: svc
port: 10416