feat: Complete nginx-nodeport implementation with comprehensive documentation and security improvements

This commit is contained in:
mik-tf
2025-11-06 20:36:59 -05:00
parent d293c00794
commit 2028fc87ff
6 changed files with 948 additions and 25 deletions

View File

@@ -5,9 +5,9 @@ metadata:
labels:
app: nginx-nodeport
annotations:
description: "LoadBalancer service for nginx-nodeport deployment with IPv6 support"
description: "NodePort service for nginx-nodeport deployment with IPv6 support"
spec:
type: LoadBalancer
type: NodePort
externalTrafficPolicy: Local
selector:
app: nginx-nodeport
@@ -15,4 +15,5 @@ spec:
- name: http
port: 8080
targetPort: 8080
nodePort: 30091
protocol: TCP