diff --git a/charts/incubator/eco/Chart.yaml b/charts/incubator/eco/Chart.yaml index 2ee1adf0cf2..4b43d1d9abb 100644 --- a/charts/incubator/eco/Chart.yaml +++ b/charts/incubator/eco/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/eco - https://github.com/ich777/docker-steamcmd-server/tree/eco type: application -version: 3.1.0 +version: 3.1.1 annotations: truecharts.org/catagories: | - games diff --git a/charts/incubator/eco/values.yaml b/charts/incubator/eco/values.yaml index e6f1f1f47f5..6217c0a6f26 100644 --- a/charts/incubator/eco/values.yaml +++ b/charts/incubator/eco/values.yaml @@ -14,7 +14,7 @@ service: main: ports: main: - protocol: http + protocol: tcp port: 3001 game: enabled: true @@ -57,16 +57,14 @@ workload: main: probes: liveness: - path: "/" - type: http - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - path: "/" - type: http - port: "{{ .Values.service.main.ports.main.port }}" - startup: + enabled: true + type: tcp + readiness: + enabled: true + type: tcp + startup: + enabled: true type: tcp - port: "{{ .Values.service.main.ports.main.port }}" env: STEAMCMD_DIR: "{{ .Values.persistence.steamcmd.mountPath }}" SERVER_DIR: "{{ .Values.persistence.serverfiles.mountPath }}" @@ -87,12 +85,9 @@ persistence: enabled: true type: configmap objectName: eco-network - targetSelector: - main: - main: - mountPath: /serverdata/serverfiles/Configs/Network.eco - subPath: Network.eco - readOnly: true + mountPath: /serverdata/serverfiles/Configs/Network.eco + subPath: Network.eco + readOnly: true portal: open: