Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
829fac265c
commit
61cacc8826
|
@ -10,7 +10,7 @@ apiVersion: v2
|
|||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.9
|
||||
version: 23.0.10
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://hub.docker.com/r/ich777/steamcmd
|
||||
- https://www.steampowered.com/
|
||||
type: application
|
||||
version: 6.0.8
|
||||
version: 6.0.10
|
Binary file not shown.
Before Width: | Height: | Size: 768 B After Width: | Height: | Size: 768 B |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -47,8 +47,14 @@ workload:
|
|||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
||||
readiness:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
||||
startup:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
Binary file not shown.
Loading…
Reference in New Issue