initial
Build & Push / build (push) Failing after 45s

This commit is contained in:
dev
2026-06-07 10:52:17 +02:00
commit 566c122044
10 changed files with 2019 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: k8s-pilot
namespace: k8s-pilot
spec:
selector:
app: k8s-pilot
ports:
- port: 80
targetPort: 3000
type: ClusterIP
# Sticky sessions — keeps SSE log streams and WebSocket
# connections on the same pod after initial connection
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP:
timeoutSeconds: 3600