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

aas.apps.apiman.2.2.158.source-code.route-tls-passthrough.json Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
{
  "kind": "Route",
  "apiVersion": "v1",
  "metadata": {
    "name": "${artifactId}",
    "namespace": "default"
  },
  "spec": {
    "host": "${artifactId}.${env.KUBERNETES_DOMAIN}",
    "to": {
      "kind": "Service",
      "name": "${artifactId}"
    },
    "tls": {
      "termination": "passthrough"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy