service.yaml 319 B

12345678910111213141516171819
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: youtube-dl
  5. spec:
  6. type: ClusterIP
  7. ports:
  8. - port: 80
  9. targetPort: 8000
  10. protocol: TCP
  11. name: http
  12. - port: 873
  13. targetPort: 873
  14. protocol: TCP
  15. name: rsync
  16. selector:
  17. app.kubernetes.io/name: youtube-dl
  18. app.kubernetes.io/part-of: youtube-dl