fluxcd : adding repo example with some apps
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: PodMonitor
|
||||
metadata:
|
||||
name: gatekeeper
|
||||
spec:
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- gatekeeper
|
||||
selector:
|
||||
matchExpressions:
|
||||
- key: app
|
||||
operator: In
|
||||
values:
|
||||
- gatekeeper
|
||||
podMetricsEndpoints:
|
||||
- port: metrics
|
||||
Reference in New Issue
Block a user