2025-07-10 13:01:53 +03:00

16 lines
222 B
YAML

apiVersion: v1
kind: Service
metadata:
name: tunedrop
labels:
app: tunedrop
spec:
type: ClusterIP
selector:
app: tunedrop
ports:
- port: 80
targetPort: 8000
protocol: TCP
name: http