30 lines
591 B
YAML
30 lines
591 B
YAML
env:
|
|
OVERRIDE_PASSWORD: foobar
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/sinusbot
|
|
tag: latest@sha256:94a8c36da24a010e0460f3426b994a7c6f02b0f7408c2d6168e7523bf82041c3
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|