Files
truecharts/charts/stable/gaseous-server/values.yaml
T
TrueCharts Bot ee422327f2 chore(deps): update container image gaseousgames/gaseousserver to v1.7.6@da982bb by renovate (#24349)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| gaseousgames/gaseousserver | digest | `1c6d0c7` -> `da982bb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC40LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 02:31:09 +02:00

63 lines
1.3 KiB
YAML

image:
repository: gaseousgames/gaseousserver
pullPolicy: IfNotPresent
tag: v1.7.6@sha256:da982bbf1c3f0bcbca5f73daebdbe35593264871dccff2cd52b97424c13ed3dd
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
includeCommon: true
mariadbUsername: gaseous
mariadbDatabase: gaseous
portal:
open:
enabled: true