113 lines
1.8 KiB
YAML
113 lines
1.8 KiB
YAML
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
# Create namespace with PSA labels (privileged) for Talos
|
|
createNamespace: false
|
|
|
|
# --- MinIO ---
|
|
minio:
|
|
image:
|
|
repository: minio/minio
|
|
tag: latest
|
|
rootUser: loki
|
|
rootPassword: supersecret
|
|
bucketName: loki-chunks
|
|
storage:
|
|
size: 10Gi
|
|
storageClassName: ""
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
|
|
# --- Loki ---
|
|
loki:
|
|
image:
|
|
repository: grafana/loki
|
|
tag: "3.4.2"
|
|
write:
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
storage:
|
|
size: 10Gi
|
|
storageClassName: ""
|
|
read:
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
storage:
|
|
size: 10Gi
|
|
storageClassName: ""
|
|
backend:
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
storage:
|
|
size: 10Gi
|
|
storageClassName: ""
|
|
|
|
# --- Vector ---
|
|
vector:
|
|
image:
|
|
repository: timberio/vector
|
|
tag: 0.44.0-alpine
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
tolerations: []
|
|
|
|
# --- Grafana ---
|
|
grafana:
|
|
image:
|
|
repository: grafana/grafana
|
|
tag: "12.4"
|
|
adminUser: admin
|
|
adminPassword: admin
|
|
anonymousAccess: true
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
service:
|
|
type: ClusterIP
|
|
storage:
|
|
size: 5Gi
|
|
storageClassName: ""
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
annotations: {}
|
|
hosts:
|
|
- host: grafana.local
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|