Common 4.0 App Refactor Part 1 - Ornias

remove common references to the addons (we don't use them yet) (+23 squashed commit)

Squashed commit:

[042fc006] try slight modification to testing framework

[6955bdad] another small qbittorrent fix

[30af6b78] fix one bitwarden error (anotherone left

[ac54db9f] enable firefly port

[a9e58eca] push qbittorrent fix

[99840038] fixed transmission

[ffe8a49e] template all the things...

[26c7b4d1] this should just work (tm)

[fcacae4c] try a transmission fix

[8d21bd91] merge unittests and app tests to limit amount of running jobs

[343ba579] more services polish

[c133342f] some small fixes

[5979e653] fix some port references

[15a1defa] oops

[2458d7e9] increase common version again

[7f74f1cf] change way ports are handled

[73c479cb] fix services naming scheme

[501aeffc] update common version again

[726954b0] fix emptydir reference for tests

[66774955] pump major versions

[6fa711d1] update common-version for all

[671a7b31] PUID and PGID changes for automated tests (non-gui changes)

[3dc21053] hostpathmounts and gpu changes
This commit is contained in:
kjeld Schouten-Lebbing
2021-05-23 18:24:30 +02:00
parent a8bbf2e638
commit 2fda3a9e3e
144 changed files with 558 additions and 744 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: deepstack-cpu
version: 1.0.4
version: 2.0.0
# upstream_version:
appVersion: "auto"
description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
@@ -19,7 +19,7 @@ sources:
dependencies:
- name: common
repository: https://truecharts.org/
version: 3.5.8
version: 4.1.1
# condition:
maintainers:
- name: TrueCharts
@@ -18,8 +18,8 @@ podSecurityContext:
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.PUID }}"
GROUP_ID: "{{ .Values.PGID }}"
USER_ID: "568"
GROUP_ID: "568"
##
# Most other defaults are set in questions.yaml
@@ -286,7 +286,7 @@ questions:
schema:
type: string
default: "100Gi"
- variable: customStorage
- variable: hostPathMounts
label: "Custom app storage"
group: "Storage"
schema:
+8 -12
View File
@@ -8,11 +8,12 @@ image:
strategy:
type: Recreate
services:
service:
main:
enabled: true
port:
port: 5000
ports:
main:
port: 5000
podSecurityContext:
runAsNonRoot: false
@@ -22,8 +23,8 @@ podSecurityContext:
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.PUID }}"
GROUP_ID: "{{ .Values.PGID }}"
USER_ID: "568"
GROUP_ID: "568"
env:
# TZ: UTC
@@ -39,13 +40,8 @@ persistence:
config:
enabled: true
mountPath: "/datastore"
emptyDir: true
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
## TrueCharts Values
ingress:
main:
enabled: false