Files
2026-07-29 10:47:40 +00:00

15 lines
225 B
YAML

# service.yaml
apiVersion: v1
kind: Service
metadata:
name: testpoint-service
namespace: testpoint
spec:
selector:
app: testpoint
ports:
- protocol: TCP
port: 80
targetPort: 8000
type: ClusterIP