2023-06-07 12:20:38 +05:30

13 lines
179 B
YAML

apiVersion: v1
kind: Service
metadata:
name: web-app-service
spec:
ports:
- name: http
port: 80
nodePort: 30080
selector:
name: web-app
type: NodePort