mirror of
https://github.com/project-zot/zot.git
synced 2025-01-06 22:40:28 -05:00
25 lines
439 B
YAML
25 lines
439 B
YAML
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: zot-extended
|
||
|
labels:
|
||
|
app: zot-extended
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: zot-extended
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: zot-extended
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: zot-extended
|
||
|
image: zot-build:latest
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
ports:
|
||
|
- name: zot-extended
|
||
|
containerPort: 5000
|
||
|
|