Files
launchpad/infra/overlays/upc-dev/chibisafe/auth-service.yaml
2026-05-19 19:50:46 +02:00

16 lines
279 B
YAML

apiVersion: v1
kind: Service
metadata:
name: chibisafe-auth
namespace: chibisafe
spec:
type: ClusterIP
ports:
- port: 9001
targetPort: 9001
protocol: TCP
name: auth
selector:
app.kubernetes.io/name: chibisafe
app.kubernetes.io/instance: chibisafe