forked from vmware-tanzu/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prometheus] Make emptyDir settings consistent across components (vmw…
…are-tanzu#243) Currently only prometheus server takes `emptyDir.sizeLimit` for `deployment` but not for `statefulset`. And alertmanager has no notion about `emptyDir.sizeLimit` at all. This change fixes that by following existing pattern of prometheus server deployment spec, to allow `sizeLimit` to be set for both `server` and `alertmanager`, regardless it is a deployment spec or statefulset. On the pushgateway side, existing comment string in `values.yaml` suggests if `persistentVolume.enabled` set to false, `emptyDir` will be used. But that's actually not the case. Since the existing pushgateway deployment spec by default has persistent volume turned off and doesn't specify emptyDir at all (neither in volume nor volumeMount), this change fixes the inconsistency by updating the comment string in values.yaml Signed-off-by: Qiu Yu <[email protected]> Signed-off-by: Torsten Walter <[email protected]>
- Loading branch information
Showing
5 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters