Skip to content

Commit

Permalink
chore(tests): update golden file for kumactl install cp (#8078)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Smykla <bartek@smykla.com>
  • Loading branch information
bartsmykla committed Oct 20, 2023
1 parent f676dad commit f52790a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ ingress:
# -- Number of replicas of the Ingress. Ignored when autoscaling is enabled.
replicas: 1

# -- Log level for ingress (available values: off|info|debug)
logLevel: info

# -- Define the resources to allocate to mesh ingress
resources:
requests:
Expand Down Expand Up @@ -526,6 +529,9 @@ egress:
# -- Number of replicas of the Egress. Ignored when autoscaling is enabled.
replicas: 1

# -- Log level for egress (available values: off|info|debug)
logLevel: info

# Horizontal Pod Autoscaling configuration
autoscaling:
# -- Whether to enable Horizontal Pod Autoscaling, which requires the [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) in the cluster
Expand Down

0 comments on commit f52790a

Please sign in to comment.