30 lines
497 B
YAML
30 lines
497 B
YAML
image:
|
|
repository: thomst08/requestrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.1.5@sha256:4bfef92cc965dfd26c1fbc1cee000db886ab671d535e7f30dc407438ec0ca9eb
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 4545
|
|
port: 4545
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/root/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|