Some checks failed
Build and Push Image / Build and push image (push) Failing after 36s
14 lines
222 B
YAML
14 lines
222 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mcpo-service
|
|
namespace: mcpo
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: mcpo
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|
|
nodePort: 30026
|