diff --git a/charts/incubator/ps3netsrv/.helmignore b/charts/incubator/ps3netsrv/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/ps3netsrv/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/incubator/ps3netsrv/CHANGELOG.md b/charts/incubator/ps3netsrv/CHANGELOG.md new file mode 100644 index 00000000000..196f748b9be --- /dev/null +++ b/charts/incubator/ps3netsrv/CHANGELOG.md @@ -0,0 +1,6 @@ +--- +title: Changelog +pagefind: false +--- + +## Ps3NetSrv diff --git a/charts/incubator/ps3netsrv/Chart.yaml b/charts/incubator/ps3netsrv/Chart.yaml new file mode 100644 index 00000000000..782bea141f1 --- /dev/null +++ b/charts/incubator/ps3netsrv/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.15" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 1.29.1 +dependencies: + - name: common + version: 23.0.11 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows Multiman or Webman to stream and play game backups over the network. +home: https://truecharts.org/charts/incubator/ps3netsrv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.webp +keywords: + - ps3netsrv + - Game servers + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ps3netsrv +sources: + - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv + - https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv + - https://hub.docker.com/r/shawly/ps3netsrv +type: application +version: 0.0.1 diff --git a/charts/incubator/ps3netsrv/README.md b/charts/incubator/ps3netsrv/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/ps3netsrv/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/ps3netsrv/icon.webp b/charts/incubator/ps3netsrv/icon.webp new file mode 100644 index 00000000000..f83a9d7a9c1 Binary files /dev/null and b/charts/incubator/ps3netsrv/icon.webp differ diff --git a/charts/incubator/ps3netsrv/icon_small.webp b/charts/incubator/ps3netsrv/icon_small.webp new file mode 100644 index 00000000000..15766c2cf76 Binary files /dev/null and b/charts/incubator/ps3netsrv/icon_small.webp differ diff --git a/charts/incubator/ps3netsrv/templates/common.yaml b/charts/incubator/ps3netsrv/templates/common.yaml new file mode 100644 index 00000000000..b3f0348f849 --- /dev/null +++ b/charts/incubator/ps3netsrv/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/charts/incubator/ps3netsrv/values.yaml b/charts/incubator/ps3netsrv/values.yaml new file mode 100644 index 00000000000..77901d0080b --- /dev/null +++ b/charts/incubator/ps3netsrv/values.yaml @@ -0,0 +1,24 @@ +image: + pullPolicy: IfNotPresent + repository: shawly/ps3netsrv + tag: v1.9.0@sha256:c6e344b636a74e4f034a74ce766cd859071f5e46a14a0a2895ac819e66db2107 +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 38008 + targetPort: 38008 + protocol: tcp + +persistence: + games: + enabled: true + mountPath: /games +portal: + open: + enabled: true