You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
467 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: expedience-api-deployment
namespace: expedience
spec:
replicas: 1
selector:
matchLabels:
app: expedience-api
template:
metadata:
labels:
app: expedience-api
spec:
containers:
- name: expedience-api
image: registry.ilitirit.net/expedience-api:latest
ports:
- containerPort: 80
imagePullSecrets:
- name: registry-credentials