mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
10 lines
168 B
YAML
10 lines
168 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: custom-metrics-apiserver
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
targetPort: 6443
|
|
selector:
|
|
app: custom-metrics-apiserver
|