Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions manifests/templates/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ spec:
volumeMounts:
- name: otel-collector-config-vol
mountPath: /conf
livenessProbe:
httpGet:
path: /
port: 13133 # Health Check extension default port.
readinessProbe:
httpGet:
path: /
Expand Down
5 changes: 0 additions & 5 deletions manifests/templates/reconciler-manager-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@ data:
volumeMounts:
- name: otel-agent-config-vol
mountPath: /conf
livenessProbe:
httpGet:
path: /
port: 13133 # Health Check extension default port.
scheme: HTTP
readinessProbe:
httpGet:
path: /
Expand Down
4 changes: 0 additions & 4 deletions manifests/templates/reconciler-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ spec:
volumeMounts:
- name: otel-agent-config-vol
mountPath: /conf
livenessProbe:
httpGet:
path: /
port: 13133 # Health Check extension default port.
readinessProbe:
httpGet:
path: /
Expand Down
4 changes: 0 additions & 4 deletions manifests/third_party/resourcegroup-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,6 @@ spec:
- name: OTEL_RESOURCE_ATTRIBUTES
value: k8s.pod.name=$(KUBE_POD_NAME),k8s.pod.namespace=$(KUBE_POD_NAMESPACE),k8s.pod.uid=$(KUBE_POD_UID),k8s.pod.ip=$(KUBE_POD_IP),k8s.node.name=$(KUBE_NODE_NAME),k8s.deployment.name=$(KUBE_DEPLOYMENT_NAME)
image: gcr.io/config-management-release/otelcontribcol:v0.54.0-gke.1
livenessProbe:
httpGet:
path: /
port: 13133
name: otel-agent
ports:
- containerPort: 55678
Expand Down