feat: refactor apps
This commit is contained in:
@@ -5,10 +5,12 @@ description: Houndarr
|
||||
keywords:
|
||||
- houndarr
|
||||
- servarr
|
||||
home: https://wiki.alexlebens.dev/s/
|
||||
home: https://docs.alexlebens.dev/applications/houndarr/
|
||||
sources:
|
||||
- https://github.com/av1155/houndarr
|
||||
- https://github.com/av1155/houndarr/pkgs/container/houndarr
|
||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/volsync-target
|
||||
maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
@@ -20,6 +22,6 @@ dependencies:
|
||||
alias: volsync-target-data
|
||||
version: 0.8.0
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://raw.githubusercontent.com/av1155/houndarr/main/src/houndarr/static/img/houndarr-logo-dark.png
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/houndarr.png
|
||||
# renovate: datasource=github-releases depName=av1155/houndarr
|
||||
appVersion: v1.6.5
|
||||
|
||||
@@ -4,13 +4,11 @@ houndarr:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/av1155/houndarr
|
||||
tag: v1.6.5
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.6.5@sha256:f3adbd745094919166bafcd9b428738d1087f651b1562adeaba44ff975827d87
|
||||
env:
|
||||
- name: TZ
|
||||
value: America/Chicago
|
||||
@@ -24,8 +22,8 @@ houndarr:
|
||||
value: 10.96.0.0/12
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
cpu: 1m
|
||||
memory: 60Mi
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
@@ -46,11 +44,8 @@ houndarr:
|
||||
- houndarr.alexlebens.net
|
||||
rules:
|
||||
- backendRefs:
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: houndarr
|
||||
- name: houndarr
|
||||
port: 80
|
||||
weight: 100
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
Reference in New Issue
Block a user