Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
16 lines
257 B
YAML
16 lines
257 B
YAML
# https://kubernetes.io/docs/concepts/services-networking/service/
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: taskarr
|
|
spec:
|
|
selector:
|
|
app: taskarr
|
|
type: ClusterIP
|
|
ports:
|
|
- name: taskarr
|
|
protocol: TCP
|
|
port: 3000
|
|
targetPort: 3000
|
|
|