Files
gitops/apps/radar/values.yaml
T
2026-05-12 15:40:34 +02:00

51 lines
1.0 KiB
YAML

replicaCount: 1
rbac:
create: true
helm: false
secrets: true
viewRBAC: true
podExec: true
podLogs: true
portForward: false
metrics: true
crdGroups:
argo: true
certManager: true
grafana: true
auth:
mode: oidc
cookieTTL: "8h"
oidc:
issuerURL: "https://authentik.alexandre-vazquez.cloud/application/o/radar/"
clientID: "JVGIUVpCbHh6LWIxgCj0msPSiZ6bREEJgqBWav2r"
existingSecret: "radar-oidc"
clientSecretKey: "client-secret"
redirectURL: "https://radar.alexandre-vazquez.cloud/auth/callback"
groupsClaim: "groups"
postLogoutRedirectURL: "https://authentik.alexandre-vazquez.cloud/application/o/radar/end-session/"
ingress:
enabled: true
className: "public"
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
hosts:
- host: radar.alexandre-vazquez.cloud
paths:
- path: /
pathType: Prefix
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
timeline:
storage: memory
historyLimit: 10000