mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
add exrternalInterface keys/examples
This commit is contained in:
@@ -140,9 +140,26 @@ podAnnotations: {}
|
||||
|
||||
podLabels: {}
|
||||
|
||||
externalInterfaces: []
|
||||
# - hostInterface: ens3
|
||||
# ipam:
|
||||
# type: static
|
||||
# staticIPConfigurations:
|
||||
# - 1.2.3.4
|
||||
# staticRoutes:
|
||||
# - destination: 1.2.3.4
|
||||
# gateway: 1.2.3.4
|
||||
# - hostInterface: ens4
|
||||
# ipam:
|
||||
# type: dhcp
|
||||
|
||||
# Injected from middleware
|
||||
ixExternalInterfacesConfiguration: []
|
||||
# - '{"cniVersion": "0.3.1", "name": "ix-RELEASE-NAME-1", "type": "macvlan", "master": "ens5s0", "ipam": {"type": "dhcp"}}'
|
||||
# Injected from middleware
|
||||
ixExternalInterfacesConfigurationNames: []
|
||||
# - interface1
|
||||
# - interface2
|
||||
# - ix-RELEASE-NAME-0
|
||||
# - ix-RELEASE-NAME-1
|
||||
|
||||
enableServiceLinks: false
|
||||
|
||||
@@ -177,7 +194,6 @@ securityContext:
|
||||
termination:
|
||||
messagePath: ""
|
||||
messagePolicy: ""
|
||||
# TODO: docs / add it to the pod
|
||||
gracePeriodSeconds: 10
|
||||
|
||||
# TODO: docs -- Used to add SCALE GPU configuration
|
||||
|
||||
Reference in New Issue
Block a user