2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
OVERRIDE_PASSWORD: foobar
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/sinusbot
|
2022-07-25 20:43:02 +00:00
|
|
|
tag: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
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:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 8087
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8087
|