fix(quiz-game) add target port + probes (#4271)

* fix(quiz-game) add target port + probes

* bump
This commit is contained in:
Xstar97
2022-11-01 11:44:32 -04:00
committed by GitHub
parent 27127d897b
commit 3cdd51ce90
3 changed files with 5 additions and 29 deletions
+1 -1
View File
@@ -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
+3 -16
View File
@@ -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.
+1 -12
View File
@@ -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: