Files
auricom-home-cluster/kubernetes/apps/default/ghostfolio/app/helmrelease.yaml
feisar-bot[bot] 2662eea150 ⬆️ Update docker.io/ghostfolio/ghostfolio ( 2.152.0 → 2.152.1 )
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| docker     | docker.io/ghostfolio/ghostfolio | 2.152.0 | 2.152.1 |
2025-04-18 02:09:11 +02:00

92 lines
2.6 KiB
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app ghostfolio
spec:
interval: 1h
chartRef:
kind: OCIRepository
name: app-template
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
values:
controllers:
ghostfolio:
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
secret.reloader.stakater.com/reload: ghostfolio-db-secret
containers:
app:
image:
repository: docker.io/ghostfolio/ghostfolio
tag: 2.152.1@sha256:80d9b9ff5e00b1d34c276c81a27a21eee3bc380c3f21d62ea50451f4164448eb
env:
NODE_ENV: production
REDIS_HOST: dragonfly.database.svc.cluster.local.
REDIS_PORT: 6379
envFrom:
- secretRef:
name: ghostfolio-secret
- secretRef:
name: ghostfolio-db-secret
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /api/v1/health
port: &port 3333
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
resources:
requests:
cpu: 100m
memory: 256Mi
service:
app:
controller: *app
ports:
http:
port: *port
ingress:
app:
enabled: true
className: internal
annotations:
hajimari.io/icon: mdi:cash-multiple
gethomepage.dev/enabled: "true"
gethomepage.dev/name: Ghostfolio
gethomepage.dev/description: Open Source Wealth Management Software
gethomepage.dev/group: Applications
gethomepage.dev/icon: ghostfolio.png
gethomepage.dev/pod-selector: >-
app in (
ghostfolio
)
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host