agrego keycloak

This commit is contained in:
danielcruzmx
2026-03-12 00:09:19 -06:00
parent 9b1869ac14
commit 83391e56ca
2 changed files with 31 additions and 0 deletions

12
infra/db_service.yaml Normal file
View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: postgres-db
spec:
selector:
app: ciec_stack
ports:
- protocol: TCP
port: 5432
targetPort: 5432