Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Lawton committed Jul 4, 2024
1 parent bdfb0a8 commit 028b9ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions bundle/manifests/limitador-operator-metrics_v1_service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
control-plane: controller-manager
name: limitador-operator-metrics
spec:
ports:
- name: metrics
port: 8080
targetPort: metrics
selector:
app: limitador-operator
control-plane: controller-manager
status:
loadBalancer: {}
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
securityContext:
allowPrivilegeEscalation: false
ports:
- name: metrics
containerPort: 8080
- name: metrics
containerPort: 8080
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 028b9ea

Please sign in to comment.