mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 06:40:20 +08:00
- Fix SabNZBD hostname whitelist issues - Add transmission settings to GUI - Fix some qbittorrent connection issues - Remove Torrent Ingress - Fix some device mounting gui issues - Change repo url references - Cleaning up the homepage - Drop Deluge (App is not safe due to being mostly abandoned) - Move Emby to own Non-Root container - Create new trains and move charts->stable - Add Plex app - update emby and plex intel hardware support - Implement new parallel CI for Apps - Move PGID, PUID, TZ and UMASK settings to "Container Image" configuration - Stop running some workflows on staging - Add branch security trigger to matrix workflows Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
91 lines
1.6 KiB
YAML
91 lines
1.6 KiB
YAML
image:
|
|
repository: b4bz/homer
|
|
tag: 21.03.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 8080
|
|
test1:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 8081
|
|
name: tcp-test
|
|
protocol: TCP
|
|
targetPort: 8081
|
|
test2:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 8082
|
|
name: udp-test
|
|
protocol: UDP
|
|
targetPort: 8082
|
|
|
|
additionalServices:
|
|
- name: test3
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 8083
|
|
name: extra-tcp-test
|
|
protocol: TCP
|
|
targetPort: 8083
|
|
- name: test4
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 8084
|
|
name: extra-udp-test
|
|
protocol: UDP
|
|
targetPort: 8084
|
|
|
|
ingress:
|
|
test1:
|
|
enabled: true
|
|
test2:
|
|
enabled: true
|
|
|
|
additionalIngress:
|
|
- name: "test3"
|
|
enabled: true
|
|
- name: "test4"
|
|
enabled: true
|
|
|
|
# these values and names are set specifically with the unittests in mind.
|
|
fixMountPermissions: false
|
|
appVolumeMounts:
|
|
test1:
|
|
enabled: true
|
|
emptyDir: true
|
|
datasetName: "test1"
|
|
mountPath: "/test1"
|
|
hostPathEnabled: false
|
|
hostPath: ""
|
|
test2:
|
|
enabled: true
|
|
emptyDir: false
|
|
datasetName: "test2"
|
|
mountPath: "/test2"
|
|
hostPathEnabled: true
|
|
hostPath: "/tmp"
|
|
|
|
# these values and names are set specifically with the unittests in mind.
|
|
additionalAppVolumeMounts:
|
|
- name: "test3"
|
|
enabled: true
|
|
emptyDir: true
|
|
datasetName: "test3"
|
|
mountPath: "/test3"
|
|
hostPathEnabled: false
|
|
hostPath: ""
|
|
- name: "test4"
|
|
enabled: true
|
|
emptyDir: false
|
|
datasetName: "test4"
|
|
mountPath: "/test4"
|
|
hostPathEnabled: true
|
|
hostPath: "/tmp"
|