15-alm-servicebroker.service.yaml 422 B

123456789101112131415161718192021
  1. ##---
  2. # Source: olm/templates/15-alm-servicebroker.service.yaml
  3. apiVersion: v1
  4. kind: Service
  5. metadata:
  6. name: alm-service-broker
  7. namespace: operator-lifecycle-manager
  8. labels:
  9. app: alm-service-broker
  10. tectonic-operators.coreos.com/managed-by: tectonic-x-operator
  11. spec:
  12. type: ClusterIP
  13. ports:
  14. - name: healthz
  15. port: 8080
  16. - name: broker
  17. port: 8005
  18. selector:
  19. app: alm-service-broker