Files
kubernetes-advanced/network-policy/web-client/2-service.yaml
Thomas Kruse 24b9717db2 init
2026-09-02 22:11:05 +02:00

13 lines
171 B
YAML

apiVersion: v1
kind: Service
metadata:
name: web
namespace: isolated
spec:
selector:
app: web
ports:
- protocol: TCP
port: 80
targetPort: 3000