Skip to content

Commit

Permalink
base/ingress-nginx: re-add metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Mar 2, 2023
1 parent e086c90 commit 43a1053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base/ingress-nginx/manifests/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ spec:
- containerPort: 8443
name: webhook
protocol: TCP
- containerPort: 10254
name: metrics
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
Expand All @@ -477,7 +480,7 @@ spec:
resources:
requests:
cpu: 100m
memory: 90Mi
memory: 300Mi
securityContext:
allowPrivilegeEscalation: true
capabilities:
Expand Down

0 comments on commit 43a1053

Please sign in to comment.