# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/linuxserver/pwndrop pullPolicy: IfNotPresent tag: 1.0.1@sha256:f1d46722b102ffa7bd4f227ccf8644130c632d4ab3902e294b8323e1cc8d4072 service: main: ports: main: targetPort: 8080 port: 10149 persistence: config: enabled: true mountPath: "/config" varrun: enabled: true securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0