Skip to content

Commit 2f32d7e

Browse files
authored
Update otel-collector-deployment.yaml
Changed label key to io.ast.service and removed unneeded annotations.
1 parent 1c0040f commit 2f32d7e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

ast-on-k8s/otel-collector-deployment.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
annotations:
5-
kompose.cmd: kompose convert -f docker-compose.yaml
6-
kompose.version: 1.34.0 (cbf2835db)
74
labels:
8-
io.kompose.service: otel-collector
5+
io.ast.service: otel-collector
96
name: otel-collector
107
spec:
118
replicas: 1
@@ -16,11 +13,8 @@ spec:
1613
type: Recreate
1714
template:
1815
metadata:
19-
annotations:
20-
kompose.cmd: kompose convert -f docker-compose.yaml
21-
kompose.version: 1.34.0 (cbf2835db)
2216
labels:
23-
io.kompose.service: otel-collector
17+
io.ast.service: otel-collector
2418
spec:
2519
securityContext:
2620
runAsUser: 0

0 commit comments

Comments
 (0)