inventory add

This commit is contained in:
root
2024-01-02 12:00:48 +09:00
parent 9cd3f5a471
commit 9c0a138164
116 changed files with 7408 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
apiVersion: v1
kind: Pod
metadata:
name: kube-controller-manager
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '10257'

View File

@@ -0,0 +1,8 @@
---
apiVersion: v1
kind: Pod
metadata:
name: kube-scheduler
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '10259'