Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ecb82d2

Browse files
authored
Update values.yaml
1 parent 176811b commit ecb82d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apigateway/helm/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
# -- The number of old ReplicaSets to retain to allow rollback.
4-
# revisionHistoryLimit: 10
4+
revisionHistoryLimit: 10
55

66
image:
77
# -- The repository for the image. By default,
@@ -795,6 +795,9 @@ prometheus-elasticsearch-exporter:
795795
# -- Deploy the prometheus exporter for elasticsearch
796796
enabled: true
797797

798+
# -- The number of old ReplicaSets to retain to allow rollback.
799+
revisionHistoryLimit: 10
800+
798801
# -- secret for elasticsearch user. Will need to adjust the secret's name. By default the secret name is <releasename>-apigateway-sag-user-es.
799802
# Adjust accordingly if your release name is different.
800803
extraEnvSecrets:

0 commit comments

Comments
 (0)