On this page...

Example YAML

deployment-config:routing-configuration:
  routing-rules: []

# To create routing rules, populate the routing-rules list as shown in the example below.
#  routing-rules:
#    - name: Example
#
##     The target for the routing rule.
##     Can be either an IP address or a block of addresses (e.g. 10.0.0.0/8).
#      target: 8.8.8.8
#
##     The interface to use.
##     Can be either 'management', 'signaling', 'access' or 'cluster'.
#      interface: management
#
##     The IP address of the gateway to route through.
#      gateway: 0.0.0.0
#
#    - name: Example2
##     ...
Previous page Next page
VM Build Container Version 1.0.0