34 lines
648 B
YAML
34 lines
648 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: sinusbot/docker
|
|
tag: latest@sha256:8f9c770d974153c290650b8d3057a79cd47f8d1a2662c2c62a3164f2844f0cd4
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/sinusbot/data
|
|
scriptspath:
|
|
enabled: true
|
|
mountPath: /opt/sinusbot/scripts
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8087
|
|
protocol: tcp
|
|
targetPort: 8087
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
OVERRIDE_PASSWORD: foobar
|