This commit is contained in:
Sense T
2023-06-08 22:13:27 +08:00
parent b21fe927b1
commit aabdebb350
29 changed files with 467 additions and 107 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: goproxy
spec:
selector:
app: goproxy
ports:
- port: 33080
targetPort: 33080
ipFamilies:
- IPv4
- IPv6
ipFamilyPolicy: PerferDualStack
type: LoadBalancer