mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Major version release due to backend changes
This commit is contained in:
parent
1bf70a1979
commit
058d965d26
2 changed files with 3 additions and 19 deletions
|
|
@ -9,7 +9,7 @@ sources:
|
||||||
- https://github.com/TeamPiped/piped-proxy
|
- https://github.com/TeamPiped/piped-proxy
|
||||||
keywords:
|
keywords:
|
||||||
- streaming
|
- streaming
|
||||||
version: 1.1.1
|
version: 2.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
@ -26,5 +26,5 @@ dependencies:
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: fixed
|
- kind: changed
|
||||||
description: Frontend probe definitions
|
description: The backend uses the CMD line from the Dockerfile.
|
||||||
|
|
|
||||||
|
|
@ -62,22 +62,6 @@ backend:
|
||||||
port: 8080
|
port: 8080
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
|
|
||||||
command: "/opt/java/openjdk/bin/java"
|
|
||||||
args:
|
|
||||||
- -server
|
|
||||||
- -Xmx1G
|
|
||||||
- -Xaggressive
|
|
||||||
- -XX:+UnlockExperimentalVMOptions
|
|
||||||
- -XX:+OptimizeStringConcat
|
|
||||||
- -XX:+UseStringDeduplication
|
|
||||||
- -XX:+UseCompressedOops
|
|
||||||
- -XX:+UseNUMA
|
|
||||||
- -Xgcpolicy:gencon
|
|
||||||
- -Xshareclasses:allowClasspaths
|
|
||||||
- -Xtune:virtualized
|
|
||||||
- -jar
|
|
||||||
- /app/piped.jar
|
|
||||||
|
|
||||||
# command: "/bin/sh"
|
# command: "/bin/sh"
|
||||||
# args:
|
# args:
|
||||||
# - -c
|
# - -c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue