Skip to content

Commit

Permalink
feat(tilt): revert back the 8080 port
Browse files Browse the repository at this point in the history
  • Loading branch information
jds9090 committed Aug 25, 2023
1 parent 8d7bbea commit be926fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ spec:
image: controller:latest
imagePullPolicy: Always
name: manager
ports:
- containerPort: 8080
name: metrics
protocol: TCP
securityContext:
allowPrivilegeEscalation: false
livenessProbe:
Expand Down

0 comments on commit be926fc

Please sign in to comment.