feat: Add complete nginx static site example with deployment, service, and documentation

This commit is contained in:
mik-tf
2025-11-04 12:02:02 -05:00
parent 1860fd220d
commit d116c641fe
5 changed files with 379 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-static-service
spec:
selector:
app: nginx-static
ports:
- port: 80
targetPort: 80
type: LoadBalancer