feat: refactor apps
Some checks failed
lint-test-helm / lint-helm (pull_request) Successful in 37s
lint-test-helm / validate-kubeconform (pull_request) Failing after 33s

This commit is contained in:
2026-04-03 20:27:49 -05:00
parent 35bca786fa
commit 71a0c86e7a
4 changed files with 31 additions and 31 deletions

View File

@@ -4,14 +4,13 @@ version: 1.0.0
description: Loki description: Loki
keywords: keywords:
- loki - loki
- promtail
- logs - logs
- kubernetes home: https://docs.alexlebens.dev/applications/loki/
home: https://wiki.alexlebens.dev/s/c5a4dc61-5487-46c9-88f1-cac363742d30
sources: sources:
- https://github.com/grafana/loki - https://github.com/grafana/loki
- https://github.com/grafana/alloy
- https://github.com/grafana/loki/tree/main/production/helm/loki - 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: maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:

View File

@@ -2,25 +2,14 @@ loki:
deploymentMode: SingleBinary deploymentMode: SingleBinary
loki: loki:
auth_enabled: false auth_enabled: false
commonConfig:
replication_factor: 1
ingester_client:
pool_config:
remote_timeout: 10s
remote_timeout: 10s
limits_config: limits_config:
allow_structured_metadata: false allow_structured_metadata: false
max_streams_per_user: 100000 max_streams_per_user: 100000
ingestion_rate_mb: 1024 ingestion_rate_mb: 1024
ingestion_burst_size_mb: 1024 ingestion_burst_size_mb: 1024
retention_period: 7d retention_period: 7d
compactor: commonConfig:
delete_request_store: filesystem replication_factor: 1
working_directory: /var/loki/compactor
compaction_interval: 10m
retention_enabled: true
retention_delete_delay: 2h
retention_delete_worker_count: 150
storage: storage:
type: filesystem type: filesystem
schemaConfig: schemaConfig:
@@ -31,16 +20,34 @@ loki:
schema: v13 schema: v13
index: index:
period: 24h 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: enterprise:
enabled: false enabled: false
gateway: gateway:
enabled: true enabled: true
resources:
requests:
cpu: 10m
memory: 20Mi
basicAuth: basicAuth:
enabled: false enabled: false
singleBinary: singleBinary:
replicas: 1 replicas: 2
resources:
requests:
cpu: 100m
memory: 800Mi
persistence: persistence:
enableStatefulSetAutoDeletePVC: true
enabled: true enabled: true
size: 150Gi size: 150Gi
storageClass: synology-iscsi-delete storageClass: synology-iscsi-delete
@@ -121,7 +128,3 @@ alloy:
url = "http://loki-gateway.loki.svc.cluster.local:80/loki/api/v1/push" url = "http://loki-gateway.loki.svc.cluster.local:80/loki/api/v1/push"
} }
} }
controller:
type: 'daemonset'
serviceMonitor:
enabled: true

View File

@@ -5,12 +5,12 @@ description: MariaDB Operator
keywords: keywords:
- mariadb-operator - mariadb-operator
- database - database
- storage - operator
- kubernetes home: https://docs.alexlebens.dev/applications/mariadb-operator/
home: https://wiki.alexlebens.dev/
sources: sources:
- https://github.com/mariadb-operator/mariadb-operator - 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
- https://github.com/mariadb-operator/mariadb-operator/tree/main/deploy/charts/mariadb-operator-crds
maintainers: maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
@@ -20,6 +20,6 @@ dependencies:
- name: mariadb-operator-crds - name: mariadb-operator-crds
version: 26.3.0 version: 26.3.0
repository: https://helm.mariadb.com/mariadb-operator 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 # renovate: datasource=github-releases depName=mariadb-operator/mariadb-operator
appVersion: 26.3.0 appVersion: 26.3.0

View File

@@ -1,11 +1,9 @@
mariadb-operator: mariadb-operator:
crds:
enabled: false
ha: ha:
enabled: true enabled: true
replicas: 3
metrics: metrics:
enabled: true enabled: true
serviceMonitor:
enabled: true
pdb: pdb:
enabled: true enabled: true
maxUnavailable: 1