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