You've already forked simplefilehub
add kubernetes configs
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: simplefilehub-service
|
||||
namespace: exam-varga
|
||||
spec:
|
||||
selector:
|
||||
app: simplefilehub
|
||||
type: NodePort
|
||||
ports:
|
||||
- port: 8501
|
||||
targetPort: 8501
|
||||
nodePort: 30000
|
||||
Reference in New Issue
Block a user