implement oauth device code 'as if' endpoints

This commit is contained in:
2024-10-01 22:36:16 +02:00
parent a5d6be9338
commit 32afe88a9b
6 changed files with 92 additions and 5 deletions

View File

@@ -104,7 +104,8 @@ volumeMounts: []
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector: {}
nodeSelector:
kubernetes.io/hostname: pi1 # entrypoint of the network, allows to avoid NAT and keep user IP
tolerations: []