neu ist der mai

This commit is contained in:
baschno
2025-04-21 00:19:31 +02:00
parent a6ac7b84e4
commit 12546a9669
5 changed files with 17 additions and 5 deletions

View File

@@ -30,10 +30,11 @@ kind: Service
metadata:
name: echopod-service
spec:
type: NodePort # Change to LoadBalancer if using a cloud provider
type: LoadBalancer # Change to LoadBalancer if using a cloud provider
# type: NodePort # Change to LoadBalancer if using a cloud provider
ports:
- port: 80
targetPort: 80
nodePort: 30080 # Port to expose on the node
# nodePort: 30080 # Port to expose on the node
selector:
app: echopod