Files
auricom-home-cluster/kubernetes/apps/monitoring/apprise/app/helmrelease.yaml
2024-11-30 01:11:06 +01:00

76 lines
1.7 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 apprise
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.5.1
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
dependsOn:
- name: rook-ceph-cluster
namespace: rook-ceph
values:
controllers:
apprise:
containers:
app:
image:
# https://hub.docker.com/r/caronc/apprise
repository: docker.io/caronc/apprise
tag: 1.1.6
env:
TZ: "${TIMEZONE:=Etc/UTC}"
probes:
liveness:
enabled: true
readiness:
enabled: true
service:
app:
controller: *app
ports:
http:
port: 8000
ingress:
app:
enabled: true
className: nginx
annotations:
hajimari.io/icon: bell-cog
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: *app
globalMounts:
- path: /config