move api secrets from configmap to .env-backed k8s Secret

This commit is contained in:
2026-06-03 10:32:33 -03:00
parent 2dad62f7e7
commit bd34c8c5ce
5 changed files with 35 additions and 19 deletions

View File

@@ -29,6 +29,8 @@ spec:
envFrom:
- configMapRef:
name: nvi-config
- secretRef:
name: nvi-secrets
readinessProbe:
httpGet:
path: /healthz