diff options
author | makefunstuff <[email protected]> | 2024-06-29 15:18:04 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 15:18:04 +0200 |
commit | 9abd1b4f77d95c9afd2bdee82149152c4af940d7 (patch) | |
tree | 04cea90979dff718445c516a3dc437669df230dc /tools/loki-promtail | |
parent | 6f81d5a6f7b15723d41229510d7d71728c51d757 (diff) | |
download | k3s-lab-9abd1b4f77d95c9afd2bdee82149152c4af940d7.tar.gz |
revert
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index a10b2be..ab79f2e 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -1,32 +1,31 @@ loki: - loki: - fullnameOverride: loki - deploymentMode: SingleBinary - persistence: - enabled: true - storageClassName: "standard" - accessModes: - - ReadWriteOnce - size: 10Gi - resources: - requests: - cpu: "100m" - memory: "256Mi" - limits: - cpu: "500m" - memory: "512Mi" - auth_enabled: false # Add this to ensure auth is disabled if not needed - pattern_ingester: - enabled: false # Add this if you do not need the pattern ingester - tracing: - enabled: false # Disable tracing if not needed - storage: - type: filesystem - bucketNames: - chunks: loki-chunks - ruler: loki-ruler - admin: loki-admin - + fullnameOverride: loki + deploymentMode: SingleBinary + persistence: + enabled: true + storageClassName: "standard" + accessModes: + - ReadWriteOnce + size: 10Gi + resources: + requests: + cpu: "100m" + memory: "256Mi" + limits: + cpu: "500m" + memory: "512Mi" + auth_enabled: false # Add this to ensure auth is disabled if not needed + pattern_ingester: + enabled: false # Add this if you do not need the pattern ingester + tracing: + enabled: false # Disable tracing if not needed + storage: + type: filesystem + bucketNames: + chunks: loki-chunks + ruler: loki-ruler + admin: loki-admin + promtail: fullnameOverride: promtail config: |