gh
This commit is contained in:
parent
0ae71f3542
commit
9b1e18142e
@ -297,25 +297,6 @@ traefik:
|
|||||||
# liveness probes, but you can adjust its config to your liking
|
# liveness probes, but you can adjust its config to your liking
|
||||||
traefik:
|
traefik:
|
||||||
port: 9000
|
port: 9000
|
||||||
# Use hostPort if set.
|
|
||||||
# hostPort: 9000
|
|
||||||
#
|
|
||||||
# Use hostIP if set. If not set, Kubernetes will default to 0.0.0.0, which
|
|
||||||
# means it's listening on all your interfaces and all your IPs. You may want
|
|
||||||
# to set this value if you need traefik to listen on specific interface
|
|
||||||
# only.
|
|
||||||
# hostIP: 192.168.100.10
|
|
||||||
|
|
||||||
# Override the liveness/readiness port. This is useful to integrate traefik
|
|
||||||
# with an external Load Balancer that performs healthchecks.
|
|
||||||
# healthchecksPort: 9000
|
|
||||||
|
|
||||||
# Defines whether the port is exposed if service.type is LoadBalancer or
|
|
||||||
# NodePort.
|
|
||||||
#
|
|
||||||
# You SHOULD NOT expose the traefik port on production deployments.
|
|
||||||
# If you want to access it from outside of your cluster,
|
|
||||||
# use `kubectl port-forward` or create a secure ingress
|
|
||||||
expose: false
|
expose: false
|
||||||
# The exposed port for this service
|
# The exposed port for this service
|
||||||
exposedPort: 9000
|
exposedPort: 9000
|
||||||
|
Loading…
Reference in New Issue
Block a user