kubernetes & drone CI files

This commit is contained in:
2025-04-08 21:47:53 +02:00
parent 68ebc7568e
commit 69a6612ea2
7 changed files with 225 additions and 0 deletions

19
.kubernetes/service.yml Normal file
View File

@@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Service
metadata:
labels:
app: infra-map
name: infra-map-service
namespace: ${NAMESPACE}
spec:
ports:
- port: 80
protocol: TCP
targetPort: 3000
selector:
app: infra-map
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}