* chore(apps): cleanup questions by removing hidden dicts * persistence cleanup pt1 * persistence cleanup pt2 * persistence cleanup pt3 * persistence cleanup pt4 * persistence cleanup pt5 * remove gui for staticfiles for recipes * make mountPath visible and read-only field * make mountPath visible and read-only field * bump patch * remove trailing `/` on paths and fix freerad * enable udev (scrutiny) * also cleanup vCT * move mountPath under advanced * update mountPath label * bump patch dep train
29 lines
381 B
YAML
29 lines
381 B
YAML
image:
|
|
repository: tccr.io/truecharts/ubooquity
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.1.2
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
PUID: 568
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 2202
|
|
port: 2202
|
|
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|