service-royalroad-chapters

This commit is contained in:
2025-10-11 18:20:33 +02:00
parent 4eef841f07
commit 730910a307
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: service-royalroad-chapters-internal
namespace: app-notifications
spec:
selector:
app: service-royalroad-chapters
ports:
- protocol: TCP
port: 5000
targetPort: 5000
name: fastapi
type: ClusterIP