Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
17 lines
248 B
YAML
17 lines
248 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: crepes-demo
|
|
namespace: crepes-demo
|
|
labels:
|
|
app: crepes-demo
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: crepes-demo
|