turash/k8s/frontend-service.yaml
2025-12-24 19:17:14 +01:00

19 lines
303 B
YAML

apiVersion: v1
kind: Service
metadata:
name: turash-frontend
namespace: turash
labels:
app: turash-frontend
component: frontend
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: http
protocol: TCP
selector:
app: turash-frontend
sessionAffinity: None