add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user