This commit is contained in:
2025-01-19 17:49:36 +01:00
parent 85b2fa0e0e
commit fa990719d3
4 changed files with 108 additions and 0 deletions

View File

@@ -15,3 +15,18 @@ spec:
- name: https
port: 443
targetPort: 443
---
apiVersion: v1
kind: Service
metadata:
name: edge-proxy-service
namespace: ingress-nginx
spec:
type: LoadBalancer
selector:
app: edge-proxy
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30080