aas.apps.apiman-gateway.2.2.165.source-code.route-tls-passthrough.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apiman-gateway Show documentation
Show all versions of apiman-gateway Show documentation
Apiman Gateway deployed on Jetty
{
"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