14 lines
289 B
YAML
14 lines
289 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 |