Merge pull request #8208 from nicolaferraro/443-port

Avoid image builders to hang on registry port 443
pull/8213/head
Medya Ghazizadeh 2020-05-19 17:53:33 +00:00 committed by GitHub
commit ccb47f5a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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