feat: add Radar K8s dashboard with Authentik OIDC
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
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
|
||||
Reference in New Issue
Block a user