Skip to content

Commit

Permalink
Fix #2: shorten the metrics service name to keep it below total 63 ch…
Browse files Browse the repository at this point in the history
…aracters

Signed-off-by: George Almasi <[email protected]>
  • Loading branch information
George Almasi committed Jan 25, 2024
1 parent 6955d72 commit c383d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "keylime-controller.fullname" . }}-controller-manager-metrics-service
name: {{ include "keylime-controller.fullname" . }}-metrics-service
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: attestation-operator
Expand Down
4 changes: 2 additions & 2 deletions config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: service
app.kubernetes.io/instance: controller-manager-metrics-service
app.kubernetes.io/instance: metrics-service
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: attestation-operator
app.kubernetes.io/part-of: attestation-operator
app.kubernetes.io/managed-by: kustomize
name: controller-manager-metrics-service
name: metrics-service
namespace: system
spec:
ports:
Expand Down

0 comments on commit c383d36

Please sign in to comment.