storage and metrics
This commit is contained in:
commit
5a0d6d639b
23 changed files with 6892 additions and 0 deletions
17
metrics/otel-collector-service.yaml
Normal file
17
metrics/otel-collector-service.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: metrics
|
||||
labels:
|
||||
app.kubernetes.io/name: otel-collector
|
||||
name: otel-collector
|
||||
spec:
|
||||
ports:
|
||||
- name: "4317"
|
||||
port: 4317
|
||||
targetPort: 4317
|
||||
- name: "4318"
|
||||
port: 4318
|
||||
targetPort: 4318
|
||||
selector:
|
||||
app.kubernetes.io/name: otel-collector
|
Loading…
Add table
Add a link
Reference in a new issue