blog-deployment/service.yaml
2025-02-26 19:20:01 -08:00

14 lines
220 B
YAML

apiVersion: v1
kind: Service
metadata:
name: blog-svc-cip
namespace: blog
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
role: app
sessionAffinity: None
type: ClusterIP