2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
OVERRIDE_PASSWORD: foobar
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/sinusbot
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:94a8c36da24a010e0460f3426b994a7c6f02b0f7408c2d6168e7523bf82041c3
|
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
|