feat(apps): move apps to stable (#2188)

* feat(apps): move apps to stable

* update image ref
This commit is contained in:
Stavros Kois
2022-03-16 21:37:59 +02:00
committed by GitHub
parent d103378a58
commit 0cbd315c55
66 changed files with 19 additions and 15 deletions
+27
View File
@@ -0,0 +1,27 @@
# Changelog<br>
<a name="ispy-agent-dvr-0.0.3"></a>
### [ispy-agent-dvr-0.0.3](https://github.com/truecharts/apps/compare/ispy-agent-dvr-0.0.2...ispy-agent-dvr-0.0.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
<a name="ispy-agent-dvr-0.0.2"></a>
### [ispy-agent-dvr-0.0.2](https://github.com/truecharts/apps/compare/ispy-agent-dvr-0.0.1...ispy-agent-dvr-0.0.2) (2022-03-14)
#### Fix
* use same port and targetport for turn service ([#2167](https://github.com/truecharts/apps/issues/2167))
<a name="ispy-agent-dvr-0.0.1"></a>
### ispy-agent-dvr-0.0.1 (2022-03-14)
#### Feat
* Add ispy-agent-dvr ([#2162](https://github.com/truecharts/apps/issues/2162))
+8
View File
@@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
+28
View File
@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "3.8.8.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.4
description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
home: https://github.com/truecharts/apps/tree/master/charts/stable/ispy-agent-dvr
icon: https://truecharts.org/_static/img/appicons/ispy-agent-dvr.png
keywords:
- dvr
- ispy
- agent
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: ispy-agent-dvr
sources:
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
- https://github.com/doitandbedone/ispyagentdvr-docker
version: 1.0.0
annotations:
truecharts.org/catagories: |
- security
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+38
View File
@@ -0,0 +1,38 @@
# Introduction
iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://hub.docker.com/r/doitandbedone/ispyagentdvr>
* <https://github.com/doitandbedone/ispyagentdvr-docker>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.2 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project
@@ -0,0 +1,79 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"doitandbedone/ispyagentdvr"` | |
| image.tag | string | `"3.8.8.0@sha256:0b67bb6967d2ecde08b9299268bb3038c5a630b147da9dcaadd94a73c812a433"` | |
| persistence.commands.enabled | bool | `true` | |
| persistence.commands.mountPath | string | `"/agent/Commands"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/agent/Media/XML"` | |
| persistence.media.enabled | bool | `true` | |
| persistence.media.mountPath | string | `"/agent/Media/WebServerRoot/Media"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10184` | |
| service.main.ports.main.targetPort | int | `8090` | |
| service.turn.enabled | bool | `true` | |
| service.turn.ports.turn.enabled | bool | `true` | |
| service.turn.ports.turn.port | int | `3478` | |
| service.turn.ports.turn.protocol | string | `"UDP"` | |
| service.turn.ports.turn.targetPort | int | `3478` | |
| service.webrtc.enabled | bool | `true` | |
| service.webrtc.ports.webrtc0.enabled | bool | `true` | |
| service.webrtc.ports.webrtc0.port | int | `50000` | |
| service.webrtc.ports.webrtc0.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc0.targetPort | int | `50000` | |
| service.webrtc.ports.webrtc1.enabled | bool | `true` | |
| service.webrtc.ports.webrtc1.port | int | `50001` | |
| service.webrtc.ports.webrtc1.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc1.targetPort | int | `50001` | |
| service.webrtc.ports.webrtc10.enabled | bool | `true` | |
| service.webrtc.ports.webrtc10.port | int | `50010` | |
| service.webrtc.ports.webrtc10.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc10.targetPort | int | `50010` | |
| service.webrtc.ports.webrtc2.enabled | bool | `true` | |
| service.webrtc.ports.webrtc2.port | int | `50002` | |
| service.webrtc.ports.webrtc2.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc2.targetPort | int | `50002` | |
| service.webrtc.ports.webrtc3.enabled | bool | `true` | |
| service.webrtc.ports.webrtc3.port | int | `50003` | |
| service.webrtc.ports.webrtc3.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc3.targetPort | int | `50003` | |
| service.webrtc.ports.webrtc4.enabled | bool | `true` | |
| service.webrtc.ports.webrtc4.port | int | `50004` | |
| service.webrtc.ports.webrtc4.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc4.targetPort | int | `50004` | |
| service.webrtc.ports.webrtc5.enabled | bool | `true` | |
| service.webrtc.ports.webrtc5.port | int | `50005` | |
| service.webrtc.ports.webrtc5.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc5.targetPort | int | `50005` | |
| service.webrtc.ports.webrtc6.enabled | bool | `true` | |
| service.webrtc.ports.webrtc6.port | int | `50006` | |
| service.webrtc.ports.webrtc6.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc6.targetPort | int | `60005` | |
| service.webrtc.ports.webrtc7.enabled | bool | `true` | |
| service.webrtc.ports.webrtc7.port | int | `50007` | |
| service.webrtc.ports.webrtc7.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc7.targetPort | int | `50007` | |
| service.webrtc.ports.webrtc8.enabled | bool | `true` | |
| service.webrtc.ports.webrtc8.port | int | `50008` | |
| service.webrtc.ports.webrtc8.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc8.targetPort | int | `50008` | |
| service.webrtc.ports.webrtc9.enabled | bool | `true` | |
| service.webrtc.ports.webrtc9.port | int | `50009` | |
| service.webrtc.ports.webrtc9.protocol | string | `"UDP"` | |
| service.webrtc.ports.webrtc9.targetPort | int | `50009` | |
All Rights Reserved - The TrueCharts Project
+899
View File
@@ -0,0 +1,899 @@
# Include{groups}
portals:
open:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
questions:
- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true
# Include{global}
- variable: controller
group: "Controller"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: advanced
label: "Show Advanced Controller Settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: type
description: "Please specify type of workload to deploy"
label: "(Advanced) Controller Type"
schema:
type: string
default: "deployment"
required: true
enum:
- value: "deployment"
description: "Deployment"
- value: "statefulset"
description: "Statefulset"
- value: "daemonset"
description: "Daemonset"
- variable: replicas
description: "Number of desired pod replicas"
label: "Desired Replicas"
schema:
type: int
default: 1
required: true
- variable: strategy
description: "Please specify type of workload to deploy"
label: "(Advanced) Update Strategy"
schema:
type: string
default: "Recreate"
required: true
enum:
- value: "Recreate"
description: "Recreate: Kill existing pods before creating new ones"
- value: "RollingUpdate"
description: "RollingUpdate: Create new pods and then kill old ones"
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
# Include{containerConfig}
- variable: service
group: "Networking and Services"
label: "Configure Service(s)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10184
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "HTTP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8090
- variable: turn
label: "TURN Service"
description: "TURN Service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: turn
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3478
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 3478
- variable: webrtc
label: "Web RTC"
description: "Web RTC"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: webrtc0
label: "Web RTC 0"
description: "Web RTC 0"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50000
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50000
- variable: webrtc1
label: "Web RTC 1"
description: "Web RTC 1"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50001
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50001
- variable: webrtc2
label: "Web RTC 2"
description: "Web RTC 2"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50002
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50002
- variable: webrtc3
label: "Web RTC 3"
description: "Web RTC 3"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50003
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50003
- variable: webrtc4
label: "Web RTC 4"
description: "Web RTC 4"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50004
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50004
- variable: webrtc5
label: "Web RTC 5"
description: "Web RTC 5"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50005
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50005
- variable: webrtc6
label: "Web RTC 6"
description: "Web RTC 6"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50006
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50006
- variable: webrtc7
label: "Web RTC 7"
description: "Web RTC 7"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50007
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50007
- variable: webrtc8
label: "Web RTC 8"
description: "Web RTC 8"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50008
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50008
- variable: webrtc9
label: "Web RTC 9"
description: "Web RTC 9"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50009
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50009
- variable: webrtc10
label: "Web RTC 10"
description: "Web RTC 10"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 50010
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50010
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: "Networking and Services"
label: "Host-Networking (Complicated)"
schema:
type: boolean
default: false
# Include{serviceExpert}
# Include{serviceList}
- variable: persistence
label: "Integrated Persistent Storage"
description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
additional_attrs: true
type: dict
attrs:
- variable: config
label: "App Config Storage"
description: "Stores the Application Configuration."
schema:
additional_attrs: true
type: dict
attrs:
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
schema:
type: string
default: "simplePVC"
enum:
- value: "simplePVC"
description: "PVC (simple)"
- value: "simpleHP"
description: "HostPath (simple)"
- value: "emptyDir"
description: "emptyDir"
- value: "pvc"
description: "pvc"
- value: "hostPath"
description: "hostPath"
# Include{persistenceBasic}
- variable: hostPath
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: medium
label: "EmptyDir Medium"
schema:
show_if: [["type", "=", "emptyDir"]]
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
# Include{persistenceList}
- variable: ingress
label: ""
group: "Ingress"
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
- variable: advancedSecurity
label: "Show Advanced Security Settings"
group: "Security and Permissions"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: securityContext
label: "Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: privileged
label: "Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
- variable: podSecurityContext
group: "Security and Permissions"
label: "Pod Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{{ include "common.all" . }}
+95
View File
@@ -0,0 +1,95 @@
image:
repository: tccr.io/truecharts/ispy-agent-dvr
tag: 3.8.8.0@sha256:800c7a6f5892ad70b6174f524c0211efcb88cfe41d818a3fca9f0d5bc7d24585
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10184
targetPort: 8090
turn:
enabled: true
ports:
turn:
enabled: true
protocol: UDP
port: 3478
targetPort: 3478
webrtc:
enabled: true
ports:
webrtc0:
enabled: true
protocol: UDP
port: 50000
targetPort: 50000
webrtc1:
enabled: true
protocol: UDP
port: 50001
targetPort: 50001
webrtc2:
enabled: true
protocol: UDP
port: 50002
targetPort: 50002
webrtc3:
enabled: true
protocol: UDP
port: 50003
targetPort: 50003
webrtc4:
enabled: true
protocol: UDP
port: 50004
targetPort: 50004
webrtc5:
enabled: true
protocol: UDP
port: 50005
targetPort: 50005
webrtc6:
enabled: true
protocol: UDP
port: 50006
targetPort: 60005
webrtc7:
enabled: true
protocol: UDP
port: 50007
targetPort: 50007
webrtc8:
enabled: true
protocol: UDP
port: 50008
targetPort: 50008
webrtc9:
enabled: true
protocol: UDP
port: 50009
targetPort: 50009
webrtc10:
enabled: true
protocol: UDP
port: 50010
targetPort: 50010
persistence:
config:
enabled: true
mountPath: "/agent/Media/XML"
media:
enabled: true
mountPath: "/agent/Media/WebServerRoot/Media"
commands:
enabled: true
mountPath: "/agent/Commands"