Files
Kubernetes-Manifests/applications/authentik/postgres/authentik-postgres-service.yaml

12 lines
188 B
YAML

apiVersion: v1
kind: Service
metadata:
name: authentik-postgresql
namespace: authentik
spec:
selector:
app: authentik-postgresql
ports:
- port: 5432
targetPort: 5432