25 lines
478 B
YAML
25 lines
478 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: immybot/remotely
|
|
tag: 1380@sha256:fcb066c1e3941711b57a7cc346b53b6602b3305dccbb59afa6446db0baeddfe2
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /remotely-data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9280
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
portal:
|
|
enabled: true
|