Skip to content

Commit

Permalink
Merge pull request #76 from SchSeba/fix_port_definition
Browse files Browse the repository at this point in the history
Update the port number in the manager deployment
  • Loading branch information
SchSeba authored Nov 24, 2019
2 parents 37e52d1 + b947079 commit ecc7e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/default/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
cpu: 100m
memory: 300Mi
ports:
- containerPort: 9876
- containerPort: 8000
name: webhook-server
protocol: TCP
terminationGracePeriodSeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion config/release/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
imagePullPolicy: Always
name: manager
ports:
- containerPort: 9876
- containerPort: 8000
name: webhook-server
protocol: TCP
resources:
Expand Down
2 changes: 1 addition & 1 deletion config/test/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
imagePullPolicy: Always
name: manager
ports:
- containerPort: 9876
- containerPort: 8000
name: webhook-server
protocol: TCP
resources:
Expand Down

0 comments on commit ecc7e6e

Please sign in to comment.