20 lines
407 B
YAML
20 lines
407 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: dlob-publisher-all
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "4"
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "9464"
|
|
prometheus.io/path: /metrics
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/name: dlob-publisher-all
|
|
ports:
|
|
- name: http
|
|
port: 8080
|
|
targetPort: 8080
|
|
- name: metrics
|
|
port: 9464
|
|
targetPort: 9464
|