Add pinchflat to Kubernetes

This commit is contained in:
Greg Hellings
2025-11-23 02:26:22 -06:00
parent 8767fb0498
commit 05a8dc1bc5
6 changed files with 94 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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