Test backend published

This commit is contained in:
rpy-aiwe
2024-02-05 21:37:47 +03:00
parent beea6a120d
commit 108bc411b8
5 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: backend-service
spec:
selector:
app: backend
ports:
- protocol: TCP
port: 80
targetPort: 8080