add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s

This commit is contained in:
2026-05-13 11:03:14 +02:00
parent 98a77049cd
commit cba49b734c
11 changed files with 83 additions and 50 deletions

View File

@@ -2,14 +2,13 @@
apiVersion: v1
kind: Service
metadata:
name: election
namespace: vhsmp
name: taskarr
spec:
selector:
app: election
app: taskarr
type: ClusterIP
ports:
- name: election
- name: taskarr
protocol: TCP
port: 3000
targetPort: 3000