Skip to content

Commit b11501c

Browse files
authored
Update prometheus-deployment.yaml
Changed label and selector keys to io.ast.service and removed unneeded annotations.
1 parent bbd7ddf commit b11501c

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

ast-on-k8s/prometheus-deployment.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
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: prometheus
5+
io.ast.service: prometheus
96
name: prometheus
107
spec:
118
replicas: 1
129
selector:
1310
matchLabels:
14-
io.kompose.service: prometheus
11+
io.ast.service: prometheus
1512
strategy:
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: prometheus
17+
io.ast.service: prometheus
2418
spec:
2519
securityContext:
2620
runAsUser: 472

0 commit comments

Comments
 (0)