This commit is contained in:
2020-02-18 18:37:40 +01:00
parent d261b0a667
commit 6e46df2f21
11 changed files with 155 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
kind: Service
apiVersion: v1
metadata:
name: expose-server
spec:
type: NodePort
selector:
expose: "true"
ports:
- name: http
protocol: TCP
targetPort: 5000
port: 5000
nodePort: 30036