apiVersion: v1
kind: Service
metadata:
  name: fdp-api
  namespace: f2ds  
  labels:
    app: fdp
    tier: back
spec:
  type: ClusterIP
  #externalIPs:
  #  - 51.178.69.94 
  ports:
  - protocol: TCP
    port: 80
    targetPort: 80
  selector:
    app: fdp
    tier: back