30 lines
497 B
YAML
30 lines
497 B
YAML
image:
|
|
repository: thomst08/requestrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.1.6@sha256:6cdeb523936ee78e5046648890e132a9576f71cfc997dc5549d9370134193a11
|
|
|
|
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
|