service-docs.gethue.yaml 191 B

12345678910111213
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: gethue-docs
  5. labels:
  6. pod: gethue-docs
  7. spec:
  8. selector:
  9. pod: gethue-docs
  10. ports:
  11. - name: gethue-docs
  12. port: 80
  13. type: ClusterIP