service.yaml 219 B

1234567891011121314
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: anubis-docs
  5. spec:
  6. selector:
  7. app: anubis-docs
  8. ports:
  9. - port: 80
  10. targetPort: 80
  11. name: http
  12. - port: 8081
  13. targetPort: 8081
  14. name: anubis