Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Use LoadBalancer instead of NodePort to expose docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPf committed Mar 26, 2020
1 parent c97fde5 commit 0eed4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/bpm-sdk-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ kind: Service
metadata:
name: bpm-sdk-docs-svc
spec:
type: NodePort
type: LoadBalancer
selector:
app: bpm-sdk-docs
ports:
- port: 80
nodePort: 31320
targetPort: 80
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 0eed4a7

Please sign in to comment.