fix actions
This commit is contained in:
16
deploy/base/service.yaml
Normal file
16
deploy/base/service.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user