From b21a8b833bec817b11760b2a59d3ca80247623a8 Mon Sep 17 00:00:00 2001 From: Tony Du Date: Sat, 8 Mar 2025 20:33:42 -0800 Subject: [PATCH] chore: Upgrade loki --- k8s/clusters/dolo/flux-system/gotk-components.yaml | 8 ++++---- k8s/infrastructure/controllers/loki/release.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/k8s/clusters/dolo/flux-system/gotk-components.yaml b/k8s/clusters/dolo/flux-system/gotk-components.yaml index 580e89e..542c17d 100644 --- a/k8s/clusters/dolo/flux-system/gotk-components.yaml +++ b/k8s/clusters/dolo/flux-system/gotk-components.yaml @@ -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: |- diff --git a/k8s/infrastructure/controllers/loki/release.yaml b/k8s/infrastructure/controllers/loki/release.yaml index 7e58751..5e435fb 100644 --- a/k8s/infrastructure/controllers/loki/release.yaml +++ b/k8s/infrastructure/controllers/loki/release.yaml @@ -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