You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
332 B

---
apiVersion: v1
kind: Service
metadata:
name: csi-rf-file-uploader-service
namespace: moh-prod
spec:
ports:
- port: 80
name: insecure
protocol: TCP
targetPort: 80
- port: 8085
name: secure
protocol: TCP
targetPort: 8085
selector:
app: csi-rf-file-uploader
type: ClusterIP