feat: add builder

This commit is contained in:
Georg K
2023-01-10 02:32:33 +03:00
parent e1c4663125
commit e9496d98b9
14 changed files with 480 additions and 0 deletions

20
.kube/values.yaml Normal file
View File

@@ -0,0 +1,20 @@
image:
name: ${CONTAINER_IMAGE}
pullPolicy: "IfNotPresent"
registryAuthBase64: ${REGISTRY_AUTH}
storageBase: ${STORAGE_BASE}
ports:
main: 31812
second: 31813
db:
host: "postgresql-pgbouncer"
port: 6432
user: "admin"
password: "radius_db"
name: "radius_db"
api:
host: "hotspotter"
port: 8080