All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.deployments.virtualService.yaml.template Maven / Gradle / Ivy

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
  name: @service_name_kebab@
  namespace: @namespace@
spec:
  hosts:
    - "*"
  gateways:
    - @namespace@-gateway
  http:
    - match:
        - uri:
            prefix: /@proto_package@
      route:
        - destination:
            host: @service_name_kebab@-service
            port:
              number: @server_port@




© 2015 - 2024 Weber Informatics LLC | Privacy Policy