update services to LoadBalancer

This commit is contained in:
2024-08-26 16:21:53 +10:00
parent 3c1b887fc8
commit 13061e392a
2 changed files with 23 additions and 23 deletions

View File

@@ -8,10 +8,10 @@ metadata:
spec:
selector:
app.kubernetes.io/name: snippet-box
type: ClusterIP
type: LoadBalancer
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 5000
port: 5055
targetPort: 5000
name: snippet-box