e3f6f95443
This PR contains the following updates: | Package | Update | Change | |---|---|---| | josh5/steam-headless | digest | `89d64ca` -> `f2efa7c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
62 lines
1.3 KiB
YAML
62 lines
1.3 KiB
YAML
image:
|
|
repository: josh5/steam-headless
|
|
tag: latest@sha256:f2efa7c198bfdb94fe6a7269612cd34d7b65e36bb9ee290d6b80f910b097d6c9
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
privileged: true
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}"
|
|
MODE: "primary"
|
|
# MODE = secondary
|
|
# DISPLAY: :0
|
|
# HOST_DBUS: true
|
|
WEB_UI_MODE: "vnc"
|
|
ENABLE_VNC_AUDIO: false
|
|
# NEKO_NAT1TO1: "" needs to be the ip of the host
|
|
ENABLE_SUNSHINE: false
|
|
# SUNSHINE_USER: ""
|
|
# SUNSHINE_PASS: ""
|
|
# USER_PASSWORD: ""
|
|
ENABLE_EVDEV_INPUTS: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 8083
|
|
|
|
persistence:
|
|
home:
|
|
enabled: true
|
|
mountPath: /home/default
|
|
games:
|
|
enabled: true
|
|
mountPath: /mnt/games
|
|
flatpak:
|
|
enabled: true
|
|
mountPath: /var/lib/flatpak
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|