CSI_UAT/UAT/reporting/reporting-job/base/service.yaml

14 lines
200 B

---
apiVersion: v1
kind: Service
metadata:
name: csi-test
namespace: moh-prod
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: csi-test
type: ClusterIP