2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
OVERRIDE_PASSWORD: foobar
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/sinusbot
|
2023-04-30 13:47:40 +00:00
|
|
|
tag: latest@sha256:2828d69c8650c3bfc33b15e154cee7c1ed453ada72397599624ef2056785227c
|
2022-07-22 20:19:45 +00:00
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/sinusbot/data
|
|
|
|
scriptspath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/sinusbot/scripts
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8087
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8087
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|