Files
backend/resources/layout/k8s/nginx-service.yaml
A'zamov Samandar 256e80cc23 first commit
2025-11-21 14:41:16 +05:00

13 lines
174 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx
spec:
type: NodePort
selector:
app: nginx
ports:
- port: 80
targetPort: 80
nodePort: 30000