Files

16 lines
227 B
YAML
Raw Permalink Normal View History

2025-11-23 02:26:22 -06:00
apiVersion: v1
kind: Service
metadata:
name: pinchflat
labels:
app: pinchflat
spec:
type: ClusterIP
ports:
- port: 8945
targetPort: http
protocol: TCP
name: http
selector:
app: pinchflat