mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Major version release due to backend changes
This commit is contained in:
parent
1bf70a1979
commit
058d965d26
@ -9,7 +9,7 @@ sources:
|
||||
- https://github.com/TeamPiped/piped-proxy
|
||||
keywords:
|
||||
- streaming
|
||||
version: 1.1.1
|
||||
version: 2.0.0
|
||||
appVersion: latest
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
maintainers:
|
||||
@ -26,5 +26,5 @@ dependencies:
|
||||
condition: postgresql.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: fixed
|
||||
description: Frontend probe definitions
|
||||
- kind: changed
|
||||
description: The backend uses the CMD line from the Dockerfile.
|
||||
|
@ -62,22 +62,6 @@ backend:
|
||||
port: 8080
|
||||
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"
|
||||
# args:
|
||||
# - -c
|
||||
|
Loading…
Reference in New Issue
Block a user