Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created June 7, 2017 08:49
Show Gist options
  • Save garethahealy/2b656098b8f0dfe0d56cd9ab69a6e055 to your computer and use it in GitHub Desktop.
Save garethahealy/2b656098b8f0dfe0d56cd9ab69a6e055 to your computer and use it in GitHub Desktop.
Create a route for IBM MQ web console
apiVersion: v1
kind: Route
metadata:
name: mq
spec:
port:
targetPort: 9443-tcp
tls:
insecureEdgeTerminationPolicy: Redirect
termination: passthrough
to:
kind: Service
name: mq
weight: 100
wildcardPolicy: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment