feat: add dev pod chart — code-server + SSH on dedicated node pool

This commit is contained in:
Ryan Moon
2026-04-04 06:56:56 -05:00
parent 9658e3126c
commit 0a0237d58f
8 changed files with 153 additions and 0 deletions

4
dev/secret.yaml Normal file
View File

@@ -0,0 +1,4 @@
# Managed externally — apply manually:
# kubectl create secret generic dev-secrets -n dev \
# --from-literal=code-server-password=<password> \
# --from-literal=ssh-authorized-keys="<your-public-key>"