Ingress & Load Balancing
Service (LoadBalancer)
apiVersion: v1
kind: Service
metadata:
name: web
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 8080
selector:
app: webIngress (HTTP/S)
Last updated
Was this helpful?

