Skip to content

Commit cb4df74

Browse files
committed
Reduce replicas to 1
There is an odd minification/compression bug related to static assets. Each nuremberg container seems to generate a different hashed filename which breaks CSS/JS loading if there is more than one replica in play. Need to resolve this soon in case of getting hit with a ton of requests and for smooth rollouts.
1 parent e19e54a commit cb4df74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nameOverride: ""
1414

1515
fullnameOverride: hlsnp
1616

17-
replicaCount: 3
17+
replicaCount: 1
1818

1919
initCommands:
2020
- name: migrate

0 commit comments

Comments
 (0)