fix(sizer): 🔧 sync gitops with live deployment — add OIDC config, remove legacy Forgejo tokens
This commit is contained in:
parent
08740eb1da
commit
f2c885cd84
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue