23 lines
497 B
YAML
23 lines
497 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/linuxserver/ombi
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.53.4@sha256:25b29ff53ba16cb9af94bfe4fe19a39bb75d0a4de8470333b7259e77a12c66d1
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3579
|
|
targetPort: 3579
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
allowPrivilegeEscalation: true
|