-
Notifications
You must be signed in to change notification settings - Fork 6
/
kustomization.yaml
43 lines (38 loc) · 1.02 KB
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright (c) 2020 SIGHUP s.r.l All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
images:
- name: registry.k8s.io/kube-state-metrics/kube-state-metrics
newName: registry.sighup.io/fury/kube-state-metrics/kube-state-metrics
- name: quay.io/brancz/kube-rbac-proxy
newName: registry.sighup.io/fury/brancz/kube-rbac-proxy
patchesStrategicMerge:
- |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: kube-state-metrics
namespace: monitoring
spec:
template:
spec:
containers:
- name: kube-state-metrics
securityContext:
runAsNonRoot: true
runAsGroup: 65534
resources:
- dashboards
- clusterRole.yaml
- clusterRoleBinding.yaml
- deployment.yaml
- prometheusRule.yaml
- role.yaml
- roleBinding.yaml
- service.yaml
- serviceAccount.yaml
- serviceMonitor.yaml