mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00

| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 |
63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: &app freshrss
|
|
namespace: default
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: app-template
|
|
version: 1.1.3
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: bjw-s
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 5
|
|
upgrade:
|
|
remediation:
|
|
retries: 5
|
|
dependsOn:
|
|
- name: postgres
|
|
namespace: default
|
|
values:
|
|
image:
|
|
repository: freshrss/freshrss
|
|
tag: 1.20.1
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 80
|
|
env:
|
|
TZ: ${TIMEZONE}
|
|
CRON_MIN: "18,48"
|
|
DOMAIN: "https://freshrss.${SECRET_CLUSTER_DOMAIN}/"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
existingClaim: freshrss-config
|
|
mountPath: /var/www/FreshRSS/data
|
|
podAnnotations:
|
|
secret.reloader.stakater.com/reload: *app
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: "nginx"
|
|
hosts:
|
|
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- *host
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 256Mi
|