Skip to content

Commit

Permalink
Add 443 port to registry addon
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed May 19, 2020
1 parent 7cede26 commit 5daeff2
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 5daeff2

Please sign in to comment.