* Gateway api support Signed-off-by: Kevin Fox <[email protected]> * Update readme Signed-off-by: Kevin Fox <[email protected]> * Fix gateway name. a gateway doesnt need to be named gateway Signed-off-by: Kevin Fox <[email protected]> * Fix naming issue Signed-off-by: Kevin Fox <[email protected]> * Incorperate feedback Signed-off-by: Kevin Fox <[email protected]> * Incorperate feedback Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: Kevin Fox <[email protected]>
8 lines
347 B
YAML
8 lines
347 B
YAML
# Expose spire-server via Gateway API using TLS passthrough (mTLS terminated at
|
|
# the pod). Empty gatewayAPI.tlsSecret => TLSRoute + a passthrough SNI listener.
|
|
# The shared Gateway object is created by the test harness (not the chart), so
|
|
# gatewayAPI.gateway.enabled is left at its default (false).
|
|
spire-server:
|
|
gatewayAPI:
|
|
enabled: true
|