diff --git a/clusters/cl01tl/helm/loki/Chart.yaml b/clusters/cl01tl/helm/loki/Chart.yaml index 53c6301d9..d75a2657d 100644 --- a/clusters/cl01tl/helm/loki/Chart.yaml +++ b/clusters/cl01tl/helm/loki/Chart.yaml @@ -4,14 +4,13 @@ version: 1.0.0 description: Loki keywords: - loki - - promtail - logs - - kubernetes -home: https://wiki.alexlebens.dev/s/c5a4dc61-5487-46c9-88f1-cac363742d30 +home: https://docs.alexlebens.dev/applications/loki/ sources: - https://github.com/grafana/loki + - https://github.com/grafana/alloy - https://github.com/grafana/loki/tree/main/production/helm/loki - - https://github.com/grafana/helm-charts/tree/main/charts/promtail + - https://github.com/grafana/alloy/tree/main/operations/helm/charts/alloy maintainers: - name: alexlebens dependencies: diff --git a/clusters/cl01tl/helm/loki/values.yaml b/clusters/cl01tl/helm/loki/values.yaml index ea203cf41..cd51ab60f 100644 --- a/clusters/cl01tl/helm/loki/values.yaml +++ b/clusters/cl01tl/helm/loki/values.yaml @@ -2,25 +2,14 @@ loki: deploymentMode: SingleBinary loki: auth_enabled: false - commonConfig: - replication_factor: 1 - ingester_client: - pool_config: - remote_timeout: 10s - remote_timeout: 10s limits_config: allow_structured_metadata: false max_streams_per_user: 100000 ingestion_rate_mb: 1024 ingestion_burst_size_mb: 1024 retention_period: 7d - compactor: - delete_request_store: filesystem - working_directory: /var/loki/compactor - compaction_interval: 10m - retention_enabled: true - retention_delete_delay: 2h - retention_delete_worker_count: 150 + commonConfig: + replication_factor: 1 storage: type: filesystem schemaConfig: @@ -31,16 +20,34 @@ loki: schema: v13 index: period: 24h + compactor: + delete_request_store: filesystem + working_directory: /var/loki/compactor + compaction_interval: 10m + retention_enabled: true + retention_delete_delay: 2h + retention_delete_worker_count: 150 + ingester_client: + pool_config: + remote_timeout: 10s + remote_timeout: 10s enterprise: enabled: false gateway: enabled: true + resources: + requests: + cpu: 10m + memory: 20Mi basicAuth: enabled: false singleBinary: - replicas: 1 + replicas: 2 + resources: + requests: + cpu: 100m + memory: 800Mi persistence: - enableStatefulSetAutoDeletePVC: true enabled: true size: 150Gi storageClass: synology-iscsi-delete @@ -121,7 +128,3 @@ alloy: url = "http://loki-gateway.loki.svc.cluster.local:80/loki/api/v1/push" } } - controller: - type: 'daemonset' - serviceMonitor: - enabled: true diff --git a/clusters/cl01tl/helm/mariadb-operator/Chart.yaml b/clusters/cl01tl/helm/mariadb-operator/Chart.yaml index 82eb687b5..97b5464f3 100644 --- a/clusters/cl01tl/helm/mariadb-operator/Chart.yaml +++ b/clusters/cl01tl/helm/mariadb-operator/Chart.yaml @@ -5,12 +5,12 @@ description: MariaDB Operator keywords: - mariadb-operator - database - - storage - - kubernetes -home: https://wiki.alexlebens.dev/ + - operator +home: https://docs.alexlebens.dev/applications/mariadb-operator/ sources: - https://github.com/mariadb-operator/mariadb-operator - https://github.com/mariadb-operator/mariadb-operator/tree/main/deploy/charts/mariadb-operator + - https://github.com/mariadb-operator/mariadb-operator/tree/main/deploy/charts/mariadb-operator-crds maintainers: - name: alexlebens dependencies: @@ -20,6 +20,6 @@ dependencies: - name: mariadb-operator-crds version: 26.3.0 repository: https://helm.mariadb.com/mariadb-operator -icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg +icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/mariadb.png # renovate: datasource=github-releases depName=mariadb-operator/mariadb-operator appVersion: 26.3.0 diff --git a/clusters/cl01tl/helm/mariadb-operator/values.yaml b/clusters/cl01tl/helm/mariadb-operator/values.yaml index ccdd7949f..6321f20fd 100644 --- a/clusters/cl01tl/helm/mariadb-operator/values.yaml +++ b/clusters/cl01tl/helm/mariadb-operator/values.yaml @@ -1,11 +1,9 @@ mariadb-operator: + crds: + enabled: false ha: enabled: true - replicas: 3 metrics: enabled: true - serviceMonitor: - enabled: true pdb: enabled: true - maxUnavailable: 1