Replace eu.gcr.io/vnc-development image refs with gitea.saas.vnc.biz/vnciac,
swap gcr-json-key pull secret for gitea-registry, and update CI/deploy docs
from GitLab CI to Gitea Actions.
- chart: add secretEnv (existingSecret + keys) rendered as secretKeyRef in
both containers; add resourcesProsody/resourcesSidecar defaults with
dedicated requests and limits via a containerResources helper
- argo: move prosodyDBpass/fcmApiKey/fileShareSecret/avatarUploadPass out of
env into secretEnv referencing a prosody-secrets Secret; set dedicated
resource requests+limits per container
- argo: add prosody-secrets.example.yaml ArgoCD Application (with a warning
to use Sealed Secrets / External Secrets / SOPS instead of plaintext)
- chart fixes: bump stale appVersion 0.11.6 -> 13.0.6; fix malformed service
block in values.yaml
Part-of: <http://gitlab.vnc.biz/uxf/vnctalk-prosody/-/merge_requests/3>