feat: add builder
This commit is contained in:
20
.kube/values.yaml
Normal file
20
.kube/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user