oc-deploy/helm/occhart/charts/zinc/zinc-deployment.yaml

22 lines
360 B
YAML
Raw Permalink Normal View History

2024-07-10 17:05:05 +02:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: zinc
labels:
app: zinc
spec:
replicas: 1
selector:
matchLabels:
app: zinc
template:
metadata:
labels:
app: zinc
spec:
containers:
- name: zinc
image: public.ecr.aws/zinclabs/zinc:latest
ports:
- containerPort: 4080