2026-08-18 18:33:49 -07:00
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
|
kind: HelmRelease
|
|
|
|
|
metadata:
|
|
|
|
|
name: homarr
|
|
|
|
|
namespace: dashboard
|
|
|
|
|
spec:
|
|
|
|
|
chart:
|
|
|
|
|
repository: https://homarr-labs.github.io/charts/
|
|
|
|
|
name: homarr
|
|
|
|
|
version: "~1"
|
|
|
|
|
values:
|
|
|
|
|
env:
|
|
|
|
|
AUTH_PROVIDERS: "oidc"
|
|
|
|
|
AUTH_OIDC_CLIENT_ID: "homarr"
|
2026-08-31 13:59:46 -07:00
|
|
|
AUTH_OIDC_ISSUER: "https://authentik.riotpiao.com/application/o/homarr/"
|
|
|
|
|
AUTH_OIDC_URI: "https://authentik.riotpiao.com/application/o/homarr/.well-known/openid-configuration"
|
2026-08-18 18:33:49 -07:00
|
|
|
AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
|
|
|
|
|
envFrom:
|
|
|
|
|
- secretRef:
|
|
|
|
|
name: homarr-oidc
|
|
|
|
|
persistence:
|
|
|
|
|
enabled: true
|
|
|
|
|
storageClass: longhorn
|
|
|
|
|
size: 2Gi
|