Files
truecharts/charts/stable/cs2/values.yaml
Xstar97TheNoob 0ae6076cf1 fix(cs2) update chart info and change repo to upstream image (#17273)
**Description**
chart housekeeping and update image to upstream instead.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-21 02:25:36 +02:00

67 lines
1.4 KiB
YAML

image:
repository: ich777/steamcmd
pullPolicy: IfNotPresent
tag: cs2@sha256:d61131f94cd2fa25fea54f326fa4a788638eab5ec77a91541de15f34b95ba348
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: udp
port: 27015
cs2:
game:
id: 730
user: ""
pass: ""
validate: false
params:
- -dedicated
- -dev
- +map
- de_inferno
- +game_type 0
- +game_mode 1
- -usercon
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
STEAMCMD_DIR: "{{ .Values.persistence.steamcmd.mountPath }}"
SERVER_DIR: "{{ .Values.persistence.serverfiles.mountPath }}"
GAME_PORT: "{{ .Values.service.main.ports.main.port }}"
GAME_ID: "{{ .Values.cs2.game.id }}"
USERNAME: "{{ .Values.cs2.game.user }}"
PASSWRD: "{{ .Values.cs2.game.password }}"
GAME_PARAMS: '{{ join " " .Values.cs2.game.params }}'
VALIDATE: "{{ .Values.cs2.game.validate }}"
persistence:
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
portal:
open:
enabled: false