29 lines
578 B
YAML
29 lines
578 B
YAML
env:
|
|
OVERRIDE_PASSWORD: foobar
|
|
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
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8087
|
|
protocol: TCP
|
|
targetPort: 8087
|
|
portal:
|
|
enabled: true
|