mirror of
https://github.com/nold360/hive-apps
synced 2025-02-05 15:02:48 +00:00
Compare commits
7 commits
95b929c152
...
17d7e91df2
Author | SHA1 | Date | |
---|---|---|---|
|
17d7e91df2 | ||
|
9eabcd5520 | ||
|
56852f4b83 | ||
|
13464ed796 | ||
|
841aaea305 | ||
232f4349d6 | |||
d341e65bcd |
6 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@ deployment:
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||
tag: v2.21.0-cublas-cuda12-ffmpeg
|
||||
tag: v2.22.0-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/bazarr
|
||||
tag: 1.4.3
|
||||
tag: 1.4.5
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/sonarr
|
||||
tag: 4.0.8.1874
|
||||
tag: 4.0.9.2244
|
||||
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 4.6.5
|
||||
tag: 4.6.7
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -3,7 +3,7 @@ image:
|
|||
pullPolicy: Always
|
||||
|
||||
nextcloud:
|
||||
host: share.gnu.one
|
||||
host: share.nold.in
|
||||
extraEnv:
|
||||
- name: HTTP_PROXY
|
||||
value: http://proxy-squid.proxy.svc.cluster.local:3128
|
||||
|
@ -76,8 +76,8 @@ ingress:
|
|||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
kubernetes.io/ingress.class: ingress-external
|
||||
external-dns.alpha.kubernetes.io/hostname: share.gnu.one
|
||||
external-dns.alpha.kubernetes.io/target: gnu.one
|
||||
external-dns.alpha.kubernetes.io/hostname: share.nold.in
|
||||
external-dns.alpha.kubernetes.io/target: nold.in
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||
|
||||
nginx.ingress.kubernetes.io/server-snippet: |-
|
||||
|
@ -108,7 +108,7 @@ ingress:
|
|||
tls:
|
||||
- secretName: nextcloud-tls
|
||||
hosts:
|
||||
- share.gnu.one
|
||||
- share.nold.in
|
||||
|
||||
nginx:
|
||||
enabled: true
|
||||
|
|
|
@ -15,7 +15,7 @@ ingress:
|
|||
- paperless.dc
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
tag: 2.11.1
|
||||
tag: 2.11.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- See the following files for additional environment variables:
|
||||
|
|
Loading…
Add table
Reference in a new issue