apiVersion: v1 kind: Service metadata: name: hosting-backend-service namespace: hosting labels: app: hosting-backend annotations: description: "Backend API service for portfolio hosting" spec: type: ClusterIP sessionAffinity: None selector: app: hosting-backend ports: - name: http port: 80 targetPort: http protocol: TCP