Skip to content

Commit 1c0040f

Browse files
authored
Update nodeports.yaml
Changed selector keys to io.ast.service.
1 parent 0eee07a commit 1c0040f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ast-on-k8s/nodeports.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
type: NodePort
77
selector:
8-
io.kompose.service: grafana
8+
io.ast.service: grafana
99
ports:
1010
- port: 3000
1111
# By default and for convenience, the `targetPort` is set to
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
type: NodePort
2121
selector:
22-
io.kompose.service: prometheus
22+
io.ast.service: prometheus
2323
ports:
2424
- port: 9090
2525
# By default and for convenience, the `targetPort` is set to

0 commit comments

Comments
 (0)