expose port
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m42s

This commit is contained in:
matst80
2024-11-09 13:22:56 +01:00
parent c87f4a01ab
commit 9677d5f554

View File

@@ -41,6 +41,9 @@ spec:
- containerPort: 8080 - containerPort: 8080
name: web name: web
- containerPort: 1337 - containerPort: 1337
name: rpc
- containerPort: 1338
name: quorum
volumeMounts: volumeMounts:
- mountPath: "/data" - mountPath: "/data"
name: data name: data