2 Commits
Author SHA1 Message Date
claudeandClaude Sonnet 4.6 373070bde7 Add createDb: true to CNPG Role for manydecks user
Build and push CoqDecks / build (push) Failing after 13m27s
ManyDecks tries to CREATE DATABASE on startup; CNPG must grant
this privilege persistently so reconciliation doesn't revoke it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-30 07:23:25 +00:00
claudeandClaude Sonnet 4.6 2213168074 Add ManyDecks Kubernetes deployment manifests
Build and push CoqDecks / build (push) Failing after 14m43s
Deploys ManyDecks (deck creation UI) at decks.jeux.alocoq.fr:
- postgres.yaml: CNPG Role + Database on postgres-main (sql namespace)
- server.yaml: ManyDecks API server, config mounted from Secret
- client.yaml: nginx client with custom config pointing to manydecks-server
- ingress.yaml: TLS ingress for decks.jeux.alocoq.fr
- secrets.example.yaml: template to copy → secrets.yaml (gitignored)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 22:22:09 +00:00