Some checks failed
Build and Push Image / Build and push image (push) Failing after 36s
12 lines
225 B
YAML
12 lines
225 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: mcpo
|
|
namespace: mcpo
|
|
spec:
|
|
containers:
|
|
- name: mcpo
|
|
image: git.aridgwayweb.com/armistace/mcpo:latest
|
|
ports:
|
|
- containerPort: 8000
|