chore(apps): Sync questions and values env's (#2916)

* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
This commit is contained in:
Stavros Kois
2022-06-17 10:24:54 +02:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ name: impostor-server
sources:
- https://github.com/truecharts/apps/tree/master/incubator/impostor-server
type: application
version: 1.0.5
version: 1.0.7
annotations:
truecharts.org/catagories: |
- games
@@ -110,13 +110,11 @@ questions:
label: "Enable/Disable Anti Cheat"
schema:
type: boolean
required: false
default: true
- variable: IMPOSTOR_AntiCheat__BanIpFromGame
label: "Enable/Disable Anti Cheat Ban IP"
schema:
type: boolean
required: false
default: true
- variable: debug
label: "Show Debug settings"
@@ -129,13 +127,11 @@ questions:
label: "Enable/Disable Game Recorder"
schema:
type: boolean
required: false
default: false
- variable: IMPOSTOR_Debug__GameRecorderPath
label: "Game Recorder Path"
schema:
type: string
required: false
default: ""
@@ -25,17 +25,9 @@ service:
targetPort: 22023
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
enabled: false
# -- Redainess probe configuration
# @default -- See below
readiness:
enabled: false
# -- Startup probe configuration
# @default -- See below
startup:
enabled: false