Skip to content

Generalize extraServices

  • make containerSpec optional
  • introduce serviceType which is either container or external
  • service field is deprecated but supported in next release for backward compatibility
  • introducing targetEndpoints list instead of service and include hostname (default localhost), path (default /) and protocol (default http)
  • deprecate protocol inheritance from .service (drop this part for .targetEndpoints, make targetEndpoints ProxyPass config only). Kubernetes service always using TCP pointing to port-based VirtualHosting inside PieData Apache.
Edited by Dmitrii Ermakov