Files
2026-07-26 09:35:26 +02:00

16 lines
223 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx
spec:
type: NodePort
selector:
app: nginx
environment: revproxy
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
nodePort: 30009