Compare commits
40 Commits
e2983a73c4
...
601d9abc72
| Author | SHA1 | Date | |
|---|---|---|---|
| 601d9abc72 | |||
| 34d8e0d576 | |||
| 4e76122b1b | |||
| 387aecc0c8 | |||
| 61b2cba180 | |||
| 4f98e8f63f | |||
| c75c9b95a6 | |||
| aef2153366 | |||
| 469dce4de2 | |||
| c57bcca813 | |||
| ea236cf65b | |||
| 1d3fa552f6 | |||
| 13adb1b3fe | |||
| cd5e090dbe | |||
| 79e3bc5cc0 | |||
| 9a82e9092e | |||
| 2fa2666f82 | |||
| 214d24c3b1 | |||
| 02e1a99d62 | |||
| 154abc93cb | |||
| 6f9948c309 | |||
| b01f43c23b | |||
| a21169f028 | |||
| 9075b46c46 | |||
| bc1e174070 | |||
| 9932e8d8f7 | |||
| d888b47f16 | |||
| b7ee8a82e5 | |||
| d3eb09b545 | |||
| 3a842ad61d | |||
| b63f362df2 | |||
| 9e058a583e | |||
| 559e4c032d | |||
| aefec7e9de | |||
| 02e7689645 | |||
| 37e51bf347 | |||
| 8163c74b7d | |||
| 07d76654e0 | |||
| 5d13e79b4d | |||
| 35750e95d8 |
@@ -9,9 +9,20 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- match: Host(`audiobookshelf.kluster.moll.re`)
|
- match: Host(`audiobookshelf.kluster.moll.re`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
middlewares:
|
||||||
|
- name: buffering
|
||||||
services:
|
services:
|
||||||
- name: audiobookshelf-web
|
- name: audiobookshelf-web
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
certResolver: default-tls
|
certResolver: default-tls
|
||||||
|
---
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: Middleware
|
||||||
|
metadata:
|
||||||
|
name: buffering
|
||||||
|
spec:
|
||||||
|
buffering:
|
||||||
|
maxRequestBodyBytes: 10000000000 # approx 10gb
|
||||||
|
memRequestBodyBytes: 1048576
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ namespace: code-server
|
|||||||
images:
|
images:
|
||||||
- name: code-server
|
- name: code-server
|
||||||
newName: ghcr.io/coder/code-server
|
newName: ghcr.io/coder/code-server
|
||||||
newTag: 4.104.3-fedora
|
newTag: 4.106.3-fedora
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ namespace: files
|
|||||||
images:
|
images:
|
||||||
- name: ocis
|
- name: ocis
|
||||||
newName: owncloud/ocis
|
newName: owncloud/ocis
|
||||||
newTag: "7.3.0"
|
newTag: "7.3.1"
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ helmCharts:
|
|||||||
- releaseName: grafana
|
- releaseName: grafana
|
||||||
name: grafana
|
name: grafana
|
||||||
repo: https://grafana.github.io/helm-charts
|
repo: https://grafana.github.io/helm-charts
|
||||||
version: 10.1.5
|
version: 10.2.0
|
||||||
valuesFile: grafana.values.yaml
|
valuesFile: grafana.values.yaml
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ helmCharts:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/immich-app/immich-machine-learning
|
- name: ghcr.io/immich-app/immich-machine-learning
|
||||||
newTag: v2.2.3
|
newTag: v2.3.1
|
||||||
- name: ghcr.io/immich-app/immich-server
|
- name: ghcr.io/immich-app/immich-server
|
||||||
newTag: v2.2.3
|
newTag: v2.3.1
|
||||||
|
|||||||
@@ -26,5 +26,4 @@ spec:
|
|||||||
headers:
|
headers:
|
||||||
customRequestHeaders:
|
customRequestHeaders:
|
||||||
X-Forwarded-Proto: "https"
|
X-Forwarded-Proto: "https"
|
||||||
# enable websockets
|
|
||||||
Upgrade: "websocket"
|
Upgrade: "websocket"
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: jellyfin/jellyfin
|
- name: jellyfin/jellyfin
|
||||||
newName: jellyfin/jellyfin
|
newName: jellyfin/jellyfin
|
||||||
newTag: 10.11.3
|
newTag: 10.11.4
|
||||||
|
|||||||
@@ -14,14 +14,14 @@ namespace: paperless
|
|||||||
images:
|
images:
|
||||||
- name: paperless
|
- name: paperless
|
||||||
newName: ghcr.io/paperless-ngx/paperless-ngx
|
newName: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
newTag: "2.19.6"
|
newTag: "2.20.1"
|
||||||
|
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: redis
|
- name: redis
|
||||||
releaseName: redis
|
releaseName: redis
|
||||||
repo: https://charts.bitnami.com/bitnami
|
repo: https://charts.bitnami.com/bitnami
|
||||||
version: 23.2.12
|
version: 24.0.0
|
||||||
valuesInline:
|
valuesInline:
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.2.0
|
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.2.1
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- argo-apps.application.yaml
|
- argo-apps.application.yaml
|
||||||
- bootstrap-repo.sealedsecret.yaml
|
- bootstrap-repo.sealedsecret.yaml
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: dns
|
- name: dns
|
||||||
newName: git.kluster.moll.re/remoll/dns
|
newName: git.kluster.moll.re/remoll/dns
|
||||||
newTag: 0.0.2-build.106
|
newTag: 0.0.2-build.116
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ helmCharts:
|
|||||||
- name: prometheus-node-exporter
|
- name: prometheus-node-exporter
|
||||||
releaseName: prometheus-node-exporter
|
releaseName: prometheus-node-exporter
|
||||||
repo: https://prometheus-community.github.io/helm-charts
|
repo: https://prometheus-community.github.io/helm-charts
|
||||||
version: 4.49.1
|
version: 4.49.2
|
||||||
valuesFile: prometheus-node-exporter.values.yaml
|
valuesFile: prometheus-node-exporter.values.yaml
|
||||||
|
|||||||
@@ -66,6 +66,11 @@ data:
|
|||||||
[entryPoints.websecure.forwardedHeaders]
|
[entryPoints.websecure.forwardedHeaders]
|
||||||
insecure = true
|
insecure = true
|
||||||
# forward ip headers no matter where they come from
|
# forward ip headers no matter where they come from
|
||||||
|
[entryPoints.websecure.transport.respondingTimeouts]
|
||||||
|
readTimeout = "0"
|
||||||
|
# writeTimeout = "300s"
|
||||||
|
# idleTimeout = "180s"
|
||||||
|
|
||||||
|
|
||||||
[entryPoints.metrics]
|
[entryPoints.metrics]
|
||||||
address = ":9100"
|
address = ":9100"
|
||||||
|
|||||||
Reference in New Issue
Block a user