image: repository: lmscommunity/lyrionmusicserver pullPolicy: IfNotPresent tag: 9.0.0@sha256:89b4aa190c9525717c2bc7a14dac4c59ae645e2664a5b11e52e75406a2fd6ebb service: main: ports: main: port: 9000 cli: enabled: true ports: cli: enabled: true port: 9090 targetPort: 9090 playertcp: enabled: true ports: slimprototcp: enabled: true port: 3483 targetPort: 3483 playerudp: enabled: true ports: slimprotoudp: enabled: true port: 3483 protocol: udp targetPort: 3483 persistence: config: enabled: true mountPath: /config portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: env: HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"