24 lines
457 B
YAML
24 lines
457 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: immybot/remotely
|
|
tag: 1380@sha256:fcb066c1e3941711b57a7cc346b53b6602b3305dccbb59afa6446db0baeddfe2
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /remotely-data
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9280
|
|
protocol: tcp
|
|
targetPort: 5000
|