From 3cdd51ce903eaddd25944e7e08f16ea7cc1eb3b7 Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Tue, 1 Nov 2022 11:44:32 -0400 Subject: [PATCH] fix(quiz-game) add target port + probes (#4271) * fix(quiz-game) add target port + probes * bump --- charts/incubator/quiz-game/Chart.yaml | 2 +- charts/incubator/quiz-game/questions.yaml | 19 +++---------------- charts/incubator/quiz-game/values.yaml | 13 +------------ 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a/charts/incubator/quiz-game/Chart.yaml b/charts/incubator/quiz-game/Chart.yaml index 45e7aec46c4..c90e750869c 100644 --- a/charts/incubator/quiz-game/Chart.yaml +++ b/charts/incubator/quiz-game/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/ASKJR/quiz-game - https://registry.hub.docker.com/r/patrickstigler/quiz-game type: application -version: 0.0.32 +version: 0.0.33 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/incubator/quiz-game/questions.yaml b/charts/incubator/quiz-game/questions.yaml index 0d1b570ea4c..0ddf6930614 100644 --- a/charts/incubator/quiz-game/questions.yaml +++ b/charts/incubator/quiz-game/questions.yaml @@ -13,19 +13,6 @@ questions: # Include{controllerExpert} # Include{controllerExpertExtraArgs} # Include{containerConfig} - - variable: env - group: Container Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VIRTUAL_HOST - label: Virtual Host - description: web portal. ex -> quiz.mydomain.com - schema: - type: string - default: "" # Include{serviceRoot} - variable: main label: Main Service @@ -55,7 +42,7 @@ questions: description: The internal(!) port on the container the Application runs on schema: type: int - default: 10588 + default: 80 # Include{serviceExpertRoot} default: false # Include{serviceExpert} @@ -112,13 +99,13 @@ questions: description: The UserID of the user running the application schema: type: int - default: 568 + default: 0 - variable: runAsGroup label: runAsGroup description: The groupID this App of the user running the application schema: type: int - default: 568 + default: 0 - variable: fsGroup label: fsGroup description: The group that should own ALL storage. diff --git a/charts/incubator/quiz-game/values.yaml b/charts/incubator/quiz-game/values.yaml index 1f56de08d7e..a1cadf7eac8 100644 --- a/charts/incubator/quiz-game/values.yaml +++ b/charts/incubator/quiz-game/values.yaml @@ -11,23 +11,12 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -env: - VIRTUAL_HOST: "" - VIRTUAL_PORT: "{{ .Values.service.main.ports.main.port }}" - -probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - service: main: ports: main: protocol: HTTP + targetPort: 80 port: 10588 persistence: