apiVersion: v1 kind: Service metadata: annotations: openshift.io/generated-by: OpenShiftNewApp labels: app: animal-service app.kubernetes.io/component: animal-service app.kubernetes.io/instance: animal-service name: animal-service spec: ports: - name: 8080-tcp port: 8080 protocol: TCP targetPort: 8080 - name: 8443-tcp port: 8443 protocol: TCP targetPort: 8443 - name: 8778-tcp port: 8778 protocol: TCP targetPort: 8778 selector: deploymentconfig: animal-service sessionAffinity: None type: ClusterIP