remove unneeded files

This commit is contained in:
2024-06-12 03:07:30 +10:00
parent 45005be6d9
commit fda0c9b45b
2 changed files with 0 additions and 14 deletions

View File

@@ -1,6 +0,0 @@
- op: add #action
path: "/spec/template/spec/containers/[0]/ports/-" #resouirce we want to change
value: #value we want to use for patching
containerPort: 9000
name: capacitor
protocol: TCP

View File

@@ -1,8 +0,0 @@
- 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