fix(quiz-game) add target port + probes (#4271)
* fix(quiz-game) add target port + probes * bump
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
|||||||
- https://github.com/ASKJR/quiz-game
|
- https://github.com/ASKJR/quiz-game
|
||||||
- https://registry.hub.docker.com/r/patrickstigler/quiz-game
|
- https://registry.hub.docker.com/r/patrickstigler/quiz-game
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.32
|
version: 0.0.33
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- GameServers
|
- GameServers
|
||||||
|
|||||||
@@ -13,19 +13,6 @@ questions:
|
|||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
# Include{controllerExpertExtraArgs}
|
# Include{controllerExpertExtraArgs}
|
||||||
# Include{containerConfig}
|
# 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}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: Main Service
|
label: Main Service
|
||||||
@@ -55,7 +42,7 @@ questions:
|
|||||||
description: The internal(!) port on the container the Application runs on
|
description: The internal(!) port on the container the Application runs on
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10588
|
default: 80
|
||||||
# Include{serviceExpertRoot}
|
# Include{serviceExpertRoot}
|
||||||
default: false
|
default: false
|
||||||
# Include{serviceExpert}
|
# Include{serviceExpert}
|
||||||
@@ -112,13 +99,13 @@ questions:
|
|||||||
description: The UserID of the user running the application
|
description: The UserID of the user running the application
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 0
|
||||||
- variable: runAsGroup
|
- variable: runAsGroup
|
||||||
label: runAsGroup
|
label: runAsGroup
|
||||||
description: The groupID this App of the user running the application
|
description: The groupID this App of the user running the application
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 0
|
||||||
- variable: fsGroup
|
- variable: fsGroup
|
||||||
label: fsGroup
|
label: fsGroup
|
||||||
description: The group that should own ALL storage.
|
description: The group that should own ALL storage.
|
||||||
|
|||||||
@@ -11,23 +11,12 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
|
targetPort: 80
|
||||||
port: 10588
|
port: 10588
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user