feat(jupyterhub): set sesssion timeout

This commit is contained in:
Masaki Yatsu
2025-09-03 11:19:50 +09:00
parent 817b0316d9
commit 22f0e278aa
2 changed files with 11 additions and 1 deletions

View File

@@ -141,6 +141,13 @@ singleuser:
VAULT_ADDR: "{{ .Env.VAULT_ADDR }}"
networkPolicy:
egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: postgres
ports:
- port: 5432
protocol: TCP
- to:
- namespaceSelector:
matchLabels: