Skip to content

Commit

Permalink
More hoarder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbck committed Jan 5, 2025
1 parent eb3c0ab commit ab9b78b
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions k8s/turingpi/apps/default/hoarder/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: hoarder
namespace: default
spec:
interval: 5m
interval: 30m
chart:
spec:
chart: app-template
Expand All @@ -15,13 +14,12 @@ spec:
kind: HelmRepository
name: bjw-s
namespace: flux-system
interval: 1m
interval: 30m
values:
controllers:
hoarder:
replicas: 1
containers:
web:
app:
image:
repository: ghcr.io/hoarder-app/hoarder
tag: "0.21.0"
Expand Down Expand Up @@ -51,7 +49,9 @@ spec:
securityContext:
capabilities:
drop: ["ALL"]
chrome:
chrome:
containers:
app:
image:
repository: ghcr.io/zenika/alpine-chrome
tag: "124"
Expand Down Expand Up @@ -81,7 +81,9 @@ spec:
securityContext:
capabilities:
drop: ["ALL"]
meilisearch:
meilisearch:
containers:
app:
image:
repository: getmeili/meilisearch
tag: "v1.11.1"
Expand Down Expand Up @@ -113,18 +115,18 @@ spec:
capabilities:
drop: ["ALL"]
service:
web:
app:
controller: hoarder
ports:
http:
port: 3000
chrome:
controller: hoarder
controller: chrome
ports:
http:
port: 9222
meilisearch:
controller: hoarder
controller: meilisearch
ports:
http:
port: 7700
Expand All @@ -136,7 +138,7 @@ spec:
paths:
- path: /
service:
identifier: web
identifier: app
port: http
annotations:
external-dns.alpha.kubernetes.io/target: nginx.${CLUSTER_DOMAIN}
Expand All @@ -145,10 +147,11 @@ spec:
existingClaim: hoarder
advancedMounts:
hoarder:
web:
app:
- path: /data
subPath: data
meilisearch:
meilisearch:
app:
- path: /meili_data
subPath: meili_data
cache:
Expand Down

0 comments on commit ab9b78b

Please sign in to comment.