chore: Upgrade loki
This commit is contained in:
parent
1441ae0374
commit
b21a8b833b
@ -3708,7 +3708,7 @@ spec:
|
||||
description: |-
|
||||
URL of the Helm repository, a valid URL contains at least a protocol and
|
||||
host.
|
||||
pattern: ^(http|https|oci)://$
|
||||
pattern: ^(http|https|oci)://.*$
|
||||
type: string
|
||||
required:
|
||||
- url
|
||||
@ -4232,7 +4232,7 @@ spec:
|
||||
description: |-
|
||||
URL of the Helm repository, a valid URL contains at least a protocol and
|
||||
host.
|
||||
pattern: ^(http|https|oci)://$
|
||||
pattern: ^(http|https|oci)://.*$
|
||||
type: string
|
||||
required:
|
||||
- url
|
||||
@ -11414,7 +11414,7 @@ spec:
|
||||
proxy:
|
||||
description: Proxy the HTTP/S address of the proxy server.
|
||||
maxLength: 2048
|
||||
pattern: ^(http|https)://$
|
||||
pattern: ^(http|https)://.*$
|
||||
type: string
|
||||
secretRef:
|
||||
description: |-
|
||||
@ -11616,7 +11616,7 @@ spec:
|
||||
proxy:
|
||||
description: Proxy the HTTP/S address of the proxy server.
|
||||
maxLength: 2048
|
||||
pattern: ^(http|https)://$
|
||||
pattern: ^(http|https)://.*$
|
||||
type: string
|
||||
secretRef:
|
||||
description: |-
|
||||
|
@ -42,7 +42,7 @@ spec:
|
||||
# retention_enabled: true
|
||||
# retention_delete_delay: 2h
|
||||
limits_config:
|
||||
retention_period: 744h
|
||||
retention_period: 336h
|
||||
allow_structured_metadata: true
|
||||
volume_enabled: true
|
||||
ruler:
|
||||
@ -51,7 +51,7 @@ spec:
|
||||
minio:
|
||||
enabled: true
|
||||
persistence:
|
||||
size: 4Gi
|
||||
size: 8Gi
|
||||
rootUser: root
|
||||
# rootPassword: ''
|
||||
|
||||
@ -61,7 +61,7 @@ spec:
|
||||
replicas: 1
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 4Gi
|
||||
size: 1Gi
|
||||
storageClass: longhorn
|
||||
|
||||
# Zero out replica counts of other deployment modes
|
||||
|
Loading…
x
Reference in New Issue
Block a user