fix(sizer): 🔧 sync gitops with live deployment — add OIDC config, remove legacy Forgejo tokens

This commit is contained in:
Daniel Sy 2026-04-16 15:05:53 +02:00
parent 08740eb1da
commit f2c885cd84
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -48,6 +48,21 @@ spec:
secretKeyRef: secretKeyRef:
name: garm-fixed-credentials name: garm-fixed-credentials
key: admin_password key: admin_password
- name: RECEIVER_OIDC_ISSUER
value: "https://dex.dev.t09.de"
- name: RECEIVER_OIDC_CLIENT_ID
value: "forgejo-runner-sizer"
- name: RECEIVER_OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: sizer-oidc-client
key: client-secret
- name: RECEIVER_OIDC_REDIRECT_URI
value: "https://sizer.dev.t09.de/ui/callback"
- name: RECEIVER_SESSION_TTL
value: "12h"
- name: RECEIVER_ALLOWED_ORG
value: "DevFW"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data