Monitoring/alloy/values.yaml
2025-05-12 11:42:17 +01:00

22 lines
535 B
YAML

alloy:
extraPorts:
- name: otlp-grpc
port: 4317
targetPort: 4317
protocol: TCP
- name: otlp-http
port: 4318
targetPort: 4318
protocol: TCP
mounts:
# -- Mount /var/log from the host into the container for log collection.
varlog: true
configMap:
# -- Create a new ConfigMap for the config file.
create: true
# -- Name of existing ConfigMap to use. Used when create is false.
name: alloy-config
# -- Key in ConfigMap to get config from.
key: alloy.config