mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
14 lines
280 B
YAML
14 lines
280 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prometheus
|
|
namespace: prometheus-adapter-e2e
|
|
spec:
|
|
ports:
|
|
- name: web
|
|
port: 9090
|
|
targetPort: web
|
|
selector:
|
|
app.kubernetes.io/instance: prometheus
|
|
app.kubernetes.io/name: prometheus
|
|
sessionAffinity: ClientIP
|