fix(Custom-App): Move test values to ci folder and use bare-bones values.yaml (#1218)
This commit is contained in:
@@ -19,10 +19,9 @@ name: custom-app
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.21
|
version: 2.0.22
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- custom
|
- custom
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
image:
|
||||||
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 9117
|
||||||
|
portsList:
|
||||||
|
- name: "extraport"
|
||||||
|
enabled: true
|
||||||
|
port: 9118
|
||||||
|
|
||||||
|
serviceList:
|
||||||
|
- name: extraservice
|
||||||
|
enabled: true
|
||||||
|
portsList:
|
||||||
|
- name: "extrasvcport"
|
||||||
|
enabled: true
|
||||||
|
port: 9119
|
||||||
|
|
||||||
|
env: {}
|
||||||
|
# TZ: UTC
|
||||||
|
# PUID: 1001
|
||||||
|
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/config"
|
||||||
|
type: pvc
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: "100Gi"
|
||||||
@@ -4,38 +4,3 @@ image:
|
|||||||
repository: ghcr.io/k8s-at-home/jackett
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff
|
tag: v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff
|
||||||
|
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
enabled: true
|
|
||||||
ports:
|
|
||||||
main:
|
|
||||||
port: 9117
|
|
||||||
portsList:
|
|
||||||
- name: "extraport"
|
|
||||||
enabled: true
|
|
||||||
port: 9118
|
|
||||||
|
|
||||||
serviceList:
|
|
||||||
- name: extraservice
|
|
||||||
enabled: true
|
|
||||||
portsList:
|
|
||||||
- name: "extrasvcport"
|
|
||||||
enabled: true
|
|
||||||
port: 9119
|
|
||||||
|
|
||||||
env: {}
|
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
mountPath: "/config"
|
|
||||||
type: pvc
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: "100Gi"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user