fix actions

This commit is contained in:
2026-05-13 09:10:47 +02:00
parent a281d9cce9
commit d7ae020130
15 changed files with 327 additions and 1 deletions

16
deploy/base/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
# https://kubernetes.io/docs/concepts/services-networking/service/
apiVersion: v1
kind: Service
metadata:
name: election
namespace: vhsmp
spec:
selector:
app: election
type: ClusterIP
ports:
- name: election
protocol: TCP
port: 3000
targetPort: 3000