k8s/manifests/02-deployments/deployment-thread-visualizah-dev.yaml

23 lines
498 B
YAML
Raw Normal View History

2024-01-26 02:04:19 +10:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: thread-visualizah-dev
namespace: vdk2ch
spec:
revisionHistoryLimit: 5
replicas: 2
selector:
matchLabels:
app: thread-visualizah-dev
template:
metadata:
labels:
app: thread-visualizah-dev
spec:
containers:
- name: thread-visualizah-dev
image: harbor.guaranteedstruggle.host/library/thread-visualizah:dev
imagePullPolicy: Always
ports:
- containerPort: 8050