1
This commit is contained in:
parent
595a7954d6
commit
5585d7242c
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"svn.ignoreMissingSvnWarning": true
|
||||||
|
}
|
@ -2,7 +2,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: monitor
|
name: prometheus
|
||||||
labels:
|
labels:
|
||||||
name: monitor
|
name: monitor
|
||||||
type: namespace
|
type: namespace
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
kind: "Service"
|
kind: "Service"
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
namespace: monitor
|
namespace: prometheus
|
||||||
labels:
|
labels:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
spec:
|
spec:
|
||||||
@ -21,7 +21,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
name: prometheus
|
name: prometheus
|
||||||
namespace: monitor
|
namespace: prometheus
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
@ -29,7 +29,7 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
namespace: monitor
|
namespace: prometheus
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user