Files
auricom-home-cluster/kubernetes/apps/default/redlib/app/helmrelease.yaml
feisar-bot[bot] 145318ec67 ⬆️ Update ghcr.io/auricom/redlib ( 8de0c1c → c47e055 ) (#6956)
Co-authored-by: feisar-bot[bot] <98277827+feisar-bot[bot]@users.noreply.github.com>
2025-05-11 06:27:14 +00:00

85 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 redlib
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:
redlib:
strategy: RollingUpdate
containers:
app:
image:
repository: ghcr.io/auricom/redlib
tag: rolling@sha256:c47e0552d08beb54dd4893b21b2ac2ea84ee0c93cf2c6e6e7c0b71d68be1d76e
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /settings
port: &port 8080
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
resources:
requests:
cpu: 50m
memory: 256Mi
service:
app:
controller: *app
ports:
http:
port: *port
ingress:
app:
enabled: true
className: external
annotations:
nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
nginx.ingress.kubernetes.io/auth-signin: https://auth.${SECRET_EXTERNAL_DOMAIN}?rm=$request_method
nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email
nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Method $request_method;
hajimari.io/icon: mdi:web
gethomepage.dev/enabled: "true"
gethomepage.dev/name: Redlib
gethomepage.dev/description: Reddit.com
gethomepage.dev/group: Alternative Frontends
gethomepage.dev/icon: redlib.png
gethomepage.dev/pod-selector: >-
app in (
redlib
)
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host