dobalndo el service de nginx para apolo

This commit is contained in:
2025-08-15 19:47:08 +02:00
parent 38f32ad7e4
commit b74fb40fe0
8 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx-controller-200
namespace: ingress-nginx
spec:
type: LoadBalancer
loadBalancerIP: 192.168.200.10
selector:
app.kubernetes.io/name: ingress-nginx
ports:
- name: http
port: 80
targetPort: 80
- name: https
port: 443
targetPort: 443