1
0
Files
simplefilehub/k8s/svc.yml
T
br0kenpixel 81c32eba71
Build and Push Docker Image / build-and-push (push) Has been cancelled
add kubernetes configs
2026-05-11 11:33:58 +02:00

13 lines
215 B
YAML

apiVersion: v1
kind: Service
metadata:
name: simplefilehub-service
namespace: exam-varga
spec:
selector:
app: simplefilehub
type: NodePort
ports:
- port: 8501
targetPort: 8501
nodePort: 30000