Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a0b31fe

Browse files
Merge pull request #2608 from splunk/urbiz-java-fix
[DG24168]: Fix Java K8s config
2 parents 8ccde0a + 6d89aab commit a0b31fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gdi/opentelemetry/automatic-discovery/k8s/k8s-java-traces-tutorial/deploy-collector-k8s-java.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ Deploy the Spring Petclinic Java application in your Kubernetes cluster:
9696
annotations:
9797
# Activates zero-code instrumentation for the Java application
9898
instrumentation.opentelemetry.io/inject-java: "true"
99-
spec:
100-
containers:
101-
- name: petclinic-app
102-
# Java application to instrument
103-
image: ghcr.io/pavolloffay/spring-petclinic:latest
104-
imagePullPolicy: Always
99+
spec:
100+
containers:
101+
- name: petclinic-app
102+
# Java application to instrument
103+
image: ghcr.io/pavolloffay/spring-petclinic:latest
104+
imagePullPolicy: Always
105105
106106
#. Run the following command to start the application deployment:
107107

0 commit comments

Comments
 (0)