Skip to content

Commit 929eba4

Browse files
committed
remove readiness probe from otel-collector template
1 parent 063cf7a commit 929eba4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

manifests/templates/otel-collector.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ spec:
126126
volumeMounts:
127127
- name: otel-collector-config-vol
128128
mountPath: /conf
129-
readinessProbe:
130-
httpGet:
131-
path: /
132-
port: 13133 # Health Check extension default port.
133129
volumes:
134130
- name: otel-collector-config-vol
135131
projected:

test/kustomization/expected.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6139,10 +6139,6 @@ spec:
61396139
- containerPort: 8888
61406140
- containerPort: 8675
61416141
- containerPort: 13133
6142-
readinessProbe:
6143-
httpGet:
6144-
path: /
6145-
port: 13133
61466142
resources:
61476143
limits:
61486144
cpu: 1

0 commit comments

Comments
 (0)