mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-06-10 10:15:57 +00:00
deploy: Update custom metrics API name and separate into files
This commit is contained in:
parent
8dd527d821
commit
80598a8bd3
12 changed files with 146 additions and 157 deletions
11
deploy/manifests/custom-metrics-apiserver-service.yaml
Normal file
11
deploy/manifests/custom-metrics-apiserver-service.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: custom-metrics-apiserver
|
||||
namespace: custom-metrics
|
||||
spec:
|
||||
ports:
|
||||
- port: 443
|
||||
targetPort: 6443
|
||||
selector:
|
||||
app: custom-metrics-apiserver
|
||||
Loading…
Add table
Add a link
Reference in a new issue