Some checks failed
Build and Push Image / Build and push image (push) Failing after 36s
23 lines
483 B
YAML
23 lines
483 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: mcpo-deployment
|
|
labels:
|
|
app: mcpo
|
|
namespace: mcpo
|
|
spec:
|
|
replicas: 3
|
|
selector:
|
|
matchLabels:
|
|
app: mcpo
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: mcpo
|
|
spec:
|
|
containers:
|
|
- name: mcpo
|
|
image: git.aridgwayweb.com/armistace/mcpo:latest
|
|
ports:
|
|
- containerPort: 8000
|