This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/gaseousgames/gaseousserver | patch | `f4c307b` -> `5e50659` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
image:
|
|
repository: docker.io/gaseousgames/gaseousserver
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.7.14@sha256:5e506593ff09533f23e742470da2ef37ffe4051f3559dad3b038e81444df75a6
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 80
|
|
port: 5198
|
|
|
|
gaseous:
|
|
igdb:
|
|
id: ""
|
|
secret: ""
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
dbhost:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
key: plainhost
|
|
dbuser: "{{ .Values.mariadb.mariadbUsername }}"
|
|
dbname: "{{ .Values.mariadb.mariadbDatabase }}"
|
|
dbpass: "{{ .Values.mariadb.password }}"
|
|
dbport: 3306
|
|
igdbclientid: "{{ .Values.gaseous.igdb.id }}"
|
|
igdbclientsecret: "{{ .Values.gaseous.igdb.secret }}"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/root/.gaseous-server"
|
|
logs:
|
|
enabled: true
|
|
mountPath: "/root/.gaseous-server/Logs"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/root/.gaseous-server/Data"
|
|
|
|
mariadb:
|
|
enabled: true
|
|
mariadbUsername: gaseous
|
|
mariadbDatabase: gaseous
|