mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
c9a81baa10
Signed-off-by: Alexei Dodon <adodon@cisco.com>
30 lines
600 B
YAML
30 lines
600 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: zot-minimal
|
|
labels:
|
|
app: zot-minimal
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: zot-minimal
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: zot-minimal
|
|
spec:
|
|
containers:
|
|
- name: zot-minimal
|
|
image: zot-minimal:latest
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- name: zot-minimal
|
|
containerPort: 5050
|
|
- name: zot-exporter
|
|
image: zxp:latest
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- name: zot-exporter
|
|
containerPort: 5051
|
|
|