Skip to content

Commit

Permalink
fact: reorder helm chart property values
Browse files Browse the repository at this point in the history
  • Loading branch information
sguesdon committed Jan 16, 2025
1 parent 67418c5 commit 2dceda6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/helm-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
replicaCount: 1

nameOverride: ""
fullnameOverride: ""

bufferSize: "256k"
buffers: "8 256k"
busyBuffersSize: "512k"
Expand All @@ -9,11 +14,6 @@ tokenCacheExpirationSeconds: "300"
maxAuthRetryAttempts: "1"
authTokenEndpoint: ""

nameOverride: ""
fullnameOverride: ""

replicaCount: 1

image:
repository: nginx-mirror-test
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 2dceda6

Please sign in to comment.