Skip to content

Commit

Permalink
Merge pull request #8208 from nicolaferraro/443-port
Browse files Browse the repository at this point in the history
Avoid image builders to hang on registry port 443
  • Loading branch information
medyagh authored May 19, 2020
2 parents 7cede26 + 5daeff2 commit ccb47f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/addons/registry/registry-svc.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ spec:
type: ClusterIP
ports:
- port: 80
name: http
targetPort: 5000
- port: 443
name: https
targetPort: 443
selector:
actual-registry: "true"
kubernetes.io/minikube-addons: registry

0 comments on commit ccb47f5

Please sign in to comment.