mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2025-02-23 00:31:19 +01:00
17 lines
281 B
YAML
17 lines
281 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: queue-master
|
|
labels:
|
|
name: queue-master
|
|
annotations:
|
|
prometheus.io/path: "/prometheus"
|
|
spec:
|
|
ports:
|
|
# the port that this service should serve on
|
|
- port: 80
|
|
targetPort: 80
|
|
selector:
|
|
name: queue-master
|