-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cilium service monitors, update external-ddns to only allow istio…
… resources, update dashboards Signed-off-by: Michael Fornaro <[email protected]> update chart with registry Signed-off-by: Michael Fornaro <[email protected]> fix dashboard link and increase limits Signed-off-by: Michael Fornaro <[email protected]> reverting metric server Signed-off-by: Michael Fornaro <[email protected]>
- Loading branch information
Showing
10 changed files
with
91 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
name: cilium-agent | ||
namespace: kube-system | ||
spec: | ||
selector: | ||
matchLabels: | ||
k8s-app: cilium | ||
namespaceSelector: | ||
matchNames: | ||
- kube-system | ||
endpoints: | ||
- port: metrics | ||
interval: 10s | ||
honorLabels: true | ||
path: /metrics | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
name: hubble | ||
namespace: kube-system | ||
spec: | ||
selector: | ||
matchLabels: | ||
k8s-app: cilium | ||
namespaceSelector: | ||
matchNames: | ||
- kube-system | ||
endpoints: | ||
- port: hubble-metrics | ||
interval: 10s | ||
honorLabels: true | ||
path: /metrics | ||
relabelings: | ||
- replacement: ${1} | ||
sourceLabels: | ||
- __meta_kubernetes_pod_node_name | ||
targetLabel: node | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
name: cilium-operator | ||
namespace: kube-system | ||
spec: | ||
selector: | ||
matchLabels: | ||
io.cilium/app: operator | ||
name: cilium-operator | ||
namespaceSelector: | ||
matchNames: | ||
- kube-system | ||
endpoints: | ||
- port: metrics | ||
interval: 10s | ||
honorLabels: true | ||
path: /metrics |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters