diff --git a/deploy.yaml b/deploy.yaml index e7e47da..2e0e23e 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -43,7 +43,7 @@ apiVersion: v1 metadata: name: expose-server spec: - type: LoadBalancer + type: NodePort selector: expose: "true" ports: @@ -51,4 +51,5 @@ spec: protocol: TCP targetPort: 5000 port: 5000 + nodePort: 30036