Files
auricom-home-cluster/kubernetes/apps/default/ghostfolio/app/helmrelease.yaml
feisar-bot f825240e6e ⬆️ Update image docker.io/ghostfolio/ghostfolio to 1.276.0
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| docker     | docker.io/ghostfolio/ghostfolio | 1.273.0 | 1.276.0 |
2023-06-07 17:45:50 +09:00

66 lines
1.4 KiB
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app ghostfolio
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.4.0
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 3
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
controller:
annotations:
reloader.stakater.com/auto: "true"
image:
repository: docker.io/ghostfolio/ghostfolio
tag: 1.276.0
env:
NODE_ENV: production
REDIS_HOST: redis-lb.default.svc.cluster.local
REDIS_PORT: 6379
envFrom:
- secretRef:
name: ghostfolio-secret
service:
main:
ports:
http:
port: 3333
ingress:
main:
enabled: true
ingressClassName: "nginx"
annotations:
hajimari.io/icon: mdi:cash-multiple
hosts:
- host: &host "portfolio.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
resources:
requests:
cpu: 100m
memory: 256Mi