Cybus::IngressRoute
Create secure entry points from outside Connectware to your service containers.
When to Use
Creating an IngressRoute
https://<connectware-address>/services/<serviceId>/<slug>HTTP Example
myServiceRoute:
type: Cybus::IngressRoute
properties:
container: !ref dashboardContainer # Reference to an existing container
slug: web # External URL will end with /web
type: http # Can be http or tcp
target:
port: 80 # Container port to forward to
path: / # Path inside the container
headers: # Optional headers forwarded to the container
- 'x-agent-id:welder001'
- 'x-factory:Hamburg'TCP Example
Properties
Property
Type
Required
Default
container
slug
target
Property
Type
Required
Default
path
port
type
containerPort
connectwarePort
headers
Last updated
Was this helpful?

