1
0
This commit is contained in:
2026-05-14 19:56:24 +02:00
commit 158000d047
16 changed files with 1064 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: onlinefilehasher-service
namespace: exam-varga
spec:
selector:
app: onlinefilehasher
type: NodePort
ports:
- port: 8501
targetPort: 8501
nodePort: 30000