mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +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 |
107 lines
2.5 KiB
YAML
107 lines
2.5 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: &app authelia
|
|
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: glauth
|
|
namespace: default
|
|
- name: postgres-cluster
|
|
namespace: default
|
|
- name: redis
|
|
namespace: default
|
|
values:
|
|
controller:
|
|
replicas: 2
|
|
strategy: RollingUpdate
|
|
image:
|
|
repository: ghcr.io/authelia/authelia
|
|
tag: 4.37.2
|
|
envFrom:
|
|
- secretRef:
|
|
name: *app
|
|
enableServiceLinks: false
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 80
|
|
metrics:
|
|
enabled: true
|
|
port: 8080
|
|
serviceMonitor:
|
|
main:
|
|
enabled: true
|
|
endpoints:
|
|
- port: metrics
|
|
scheme: http
|
|
path: /metrics
|
|
interval: 1m
|
|
scrapeTimeout: 10s
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: "nginx"
|
|
annotations:
|
|
external-dns.home.arpa/enabled: "true"
|
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
|
add_header Cache-Control "no-store";
|
|
add_header Pragma "no-cache";
|
|
add_header X-Frame-Options "SAMEORIGIN";
|
|
add_header X-XSS-Protection "1; mode=block";
|
|
hosts:
|
|
- host: &host "auth.${SECRET_CLUSTER_DOMAIN}"
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- *host
|
|
podSecurityContext:
|
|
runAsUser: 568
|
|
runAsGroup: 568
|
|
fsGroup: 568
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
type: configMap
|
|
name: *app
|
|
subPath: configuration.yml
|
|
mountPath: /config/configuration.yml
|
|
readOnly: false
|
|
podAnnotations:
|
|
configmap.reloader.stakater.com/reload: *app
|
|
secret.reloader.stakater.com/reload: *app
|
|
topologySpreadConstraints:
|
|
- maxSkew: 1
|
|
topologyKey: kubernetes.io/hostname
|
|
whenUnsatisfiable: DoNotSchedule
|
|
labelSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: *app
|
|
resources:
|
|
requests:
|
|
cpu: 5m
|
|
memory: 10Mi
|
|
limits:
|
|
memory: 100Mi
|