Skip to content

Commit

Permalink
Minor fixes (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored Apr 11, 2024
1 parent 8ef044a commit 1917baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/hub-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
- --concurrent-resource-change-syncs={{ .Values.ConcurrentResourceChangeSyncs }}
- --log_file_max_size={{ .Values.logFileMaxSize }}
- --max-fleet-size={{ .Values.MaxFleetSizeSupported }}
- --hub-api-qps={{ .Values.hubAPIQPS }}
- --hub-api-burst={{ .Values.hubAPIBurst }}
ports:
- name: metrics
containerPort: 8080
Expand Down

0 comments on commit 1917baa

Please sign in to comment.