We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0040f commit 2f32d7eCopy full SHA for 2f32d7e
1 file changed
ast-on-k8s/otel-collector-deployment.yaml
@@ -1,11 +1,8 @@
1
apiVersion: apps/v1
2
kind: Deployment
3
metadata:
4
- annotations:
5
- kompose.cmd: kompose convert -f docker-compose.yaml
6
- kompose.version: 1.34.0 (cbf2835db)
7
labels:
8
- io.kompose.service: otel-collector
+ io.ast.service: otel-collector
9
name: otel-collector
10
spec:
11
replicas: 1
@@ -16,11 +13,8 @@ spec:
16
13
type: Recreate
17
14
template:
18
15
19
20
21
22
23
24
25
securityContext:
26
runAsUser: 0
0 commit comments