expose port 9000 as the port forward for service capacitor

This commit is contained in:
2024-06-12 02:00:09 +10:00
parent 2037bca882
commit a35daf890d
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
- op: add #action
path: "/spec/ports/-" #resouirce we want to change
value: #value we want to use for patching
name: capacitor-tcp-9000
nodePort: 31555
port: 9000
protocol: TCP
targetPort: 9000