We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd7ddf commit b11501cCopy full SHA for b11501c
1 file changed
ast-on-k8s/prometheus-deployment.yaml
@@ -1,26 +1,20 @@
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: prometheus
+ io.ast.service: prometheus
9
name: prometheus
10
spec:
11
replicas: 1
12
selector:
13
matchLabels:
14
15
strategy:
16
type: Recreate
17
template:
18
19
20
21
22
23
24
25
securityContext:
26
runAsUser: 472
0 commit comments