Skip to content

Commit 8b0363b

Browse files
authored
Update prometheus-service.yaml
Changed label key to io.ast.service and removed unneeded annotations.
1 parent faa6698 commit 8b0363b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

ast-on-k8s/prometheus-service.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
apiVersion: v1
22
kind: Service
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
ports:
129
- name: "9090"
1310
port: 9090
1411
targetPort: 9090
1512
selector:
16-
io.kompose.service: prometheus
13+
io.ast.service: prometheus

0 commit comments

Comments
 (0)