Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bbb336d50d
commit
cc4ce827f1
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [qwantify-0.0.1]qwantify-0.0.1 (2023-01-09)
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "20.04.0"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 11.1.2
|
||||||
|
deprecated: false
|
||||||
|
description: Play games with your friends right from the browser.
|
||||||
|
home: https://truecharts.org/charts/incubator/qwantify
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png
|
||||||
|
keywords:
|
||||||
|
- qwantify
|
||||||
|
- games
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: qwantify
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/qwantify
|
||||||
|
- https://github.com/wanjohiryan/qwantify
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- games
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -0,0 +1 @@
|
||||||
|
# README
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [qwantify-0.0.1]qwantify-0.0.1 (2023-01-09)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Play games with your friends right from the browser.
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/qwantify](https://truecharts.org/charts/incubator/qwantify)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
TrueCharts can only exist due to the incredible effort of our staff.
|
||||||
|
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,32 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/qwantify
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 20.04.0@sha256:39017de5825e75652f09a14824caddee16e83614a8be79b1f517915dd7f1557c
|
||||||
|
|
||||||
|
env:
|
||||||
|
APPPATH: "/games"
|
||||||
|
APPFILE: "/game.exe"
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
protocol: HTTP
|
||||||
|
targetPort: 8080
|
||||||
|
port: 10603
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
games:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /games
|
||||||
|
|
||||||
|
portal:
|
||||||
|
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
||||||
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png
|
||||||
|
categories:
|
||||||
|
- games
|
||||||
|
|
Loading…
Reference in New Issue