Skip to content

Commit bbcd46d

Browse files
committed
fix numer
1 parent 6bc84ca commit bbcd46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/platform/templates/platform-monitoring-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ logs:
2929
loki:
3030
endpoint: {{ printf "http://loki-read.%s:3100" $platformNamespace }}
3131
archiveDelay: 5
32-
retentionPeriodS: 2592000 # 30 days
32+
retentionPeriodS: "2592000" # 30 days
3333
service:
3434
annotations:
3535
traefik.ingress.kubernetes.io/service.sticky.cookie: "true"

charts/platform/tests/__snapshot__/platform-monitoring-application_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ should match snapshot:
3232
loki:
3333
archiveDelay: 5
3434
endpoint: http://loki-read.platform:3100
35-
retentionPeriodS: 2592000
35+
retentionPeriodS: "2592000"
3636
type: loki
3737
nodeLabels:
3838
nodePool: platform.neuromation.io/nodepool

0 commit comments

Comments
 (0)