Skip to content

Commit 55a76ae

Browse files
George Almasimaugustosilva
George Almasi
authored andcommitted
Fix #2: shorten the metrics service name to keep it below total 63 characters
Signed-off-by: George Almasi <[email protected]>
1 parent 7dfd0ef commit 55a76ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/helm/keylime-controller/templates/metrics-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: {{ include "keylime-controller.fullname" . }}-controller-manager-metrics-service
4+
name: {{ include "keylime-controller.fullname" . }}-metrics-service
55
labels:
66
app.kubernetes.io/component: kube-rbac-proxy
77
app.kubernetes.io/created-by: attestation-operator

config/rbac/auth_proxy_service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ metadata:
44
labels:
55
control-plane: controller-manager
66
app.kubernetes.io/name: service
7-
app.kubernetes.io/instance: controller-manager-metrics-service
7+
app.kubernetes.io/instance: metrics-service
88
app.kubernetes.io/component: kube-rbac-proxy
99
app.kubernetes.io/created-by: attestation-operator
1010
app.kubernetes.io/part-of: attestation-operator
1111
app.kubernetes.io/managed-by: kustomize
12-
name: controller-manager-metrics-service
12+
name: metrics-service
1313
namespace: system
1414
spec:
1515
ports:

0 commit comments

Comments
 (0)