CENTRAL-BASE-REPO/dms/dmsmiddleware/service.yaml

16 lines
277 B

---
apiVersion: v1
kind: Service
metadata:
labels:
app: document-management-middleware
name: document-management-middleware
namespace: moh-prod
spec:
ports:
- port: 80
targetPort: 8080
selector:
app: document-management-middleware
type: ClusterIP