mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
ingress ip annotation
This commit is contained in:
@@ -316,10 +316,10 @@ spec:
|
|||||||
# format: json
|
# format: json
|
||||||
# By default, the level is set to ERROR.
|
# By default, the level is set to ERROR.
|
||||||
# -- Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO.
|
# -- Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO.
|
||||||
level: WARN
|
level: DEBUG
|
||||||
access:
|
access:
|
||||||
# -- To enable access logs
|
# -- To enable access logs
|
||||||
enabled: false
|
enabled: true
|
||||||
## By default, logs are written using the Common Log Format (CLF) on stdout.
|
## By default, logs are written using the Common Log Format (CLF) on stdout.
|
||||||
## To write logs in JSON, use json in the format option.
|
## To write logs in JSON, use json in the format option.
|
||||||
## If the given format is unsupported, the default (CLF) is used instead.
|
## If the given format is unsupported, the default (CLF) is used instead.
|
||||||
@@ -783,7 +783,8 @@ spec:
|
|||||||
single: true
|
single: true
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
# -- Additional annotations applied to both TCP and UDP services (e.g. for cloud provider specific config)
|
# -- Additional annotations applied to both TCP and UDP services (e.g. for cloud provider specific config)
|
||||||
annotations: {}
|
annotations:
|
||||||
|
metallb.universe.tf/loadBalancerIPs: 192.168.2.200
|
||||||
# -- Additional annotations for TCP service only
|
# -- Additional annotations for TCP service only
|
||||||
annotationsTCP: {}
|
annotationsTCP: {}
|
||||||
# -- Additional annotations for UDP service only
|
# -- Additional annotations for UDP service only
|
||||||
|
|||||||
Reference in New Issue
Block a user