{% if RUN_PRINT_COURSE_CERTIFICATE %}
---
apiVersion: v1
kind: Service
metadata:
  name: print-course-certificates
  labels:
    app.kubernetes.io/name: print-course-certificates
spec:
  ports:
    - port: 5000
      protocol: TCP
      name: http
  selector:
    app.kubernetes.io/name: print-course-certificates
{% endif %}
