apiVersion: v1 kind: Service metadata: labels: app: profanity name: profanity namespace: profanity spec: selector: app: profanity ports: - name: http port: 5000 protocol: TCP targetPort: 5000 clusterIP: None type: ClusterIP