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

| Package | Update | Change |
|---|---|---|
| gaseousgames/gaseousserver | patch | `v1.7.2` -> `v1.7.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-16 08:31:05 +02:00

63 lines
1.3 KiB
YAML

image:
repository: gaseousgames/gaseousserver
pullPolicy: IfNotPresent
tag: v1.7.3@sha256:a1016222d7e5ec75b1039dbb314d39efd64084c3bb03e117958027f53f61f86f
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