Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-10 10:56:33 +00:00
parent 3e34a51a15
commit 439d2c1569
12 changed files with 2146 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [cs2-0.0.1]cs2-0.0.1 (2023-11-10)

View File

@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.3
deprecated: false
description: A custom SteamCMD chart that runs CS2.
home: https://truecharts.org/charts/incubator/cs2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
keywords:
- cs2
- counter-strike
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: cs2
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cs2
- https://github.com/ich777/docker-steamcmd-server/tree/cs2
- https://ghcr.io/ich777/steamcmd:cs2
type: application
version: 0.0.1
annotations:
truecharts.org/category: games
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1 @@
# README

View File

@@ -0,0 +1,4 @@
## [cs2-0.0.1]cs2-0.0.1 (2023-11-10)

View File

@@ -0,0 +1,8 @@
A custom SteamCMD chart that runs CS2.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/cs2](https://truecharts.org/charts/incubator/cs2)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@@ -0,0 +1,66 @@
image:
repository: tccr.io/truecharts/cs2
pullPolicy: IfNotPresent
tag: latest@sha256:24f52ee1c81175980b76914803bc3ca15c02d4217ccc1c0baf414b8cd2d5f44f
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

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

4
incubator/cs2/item.yaml Normal file
View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
categories:
- games
screenshots: []