apiVersion: apps/v1 kind: Deployment metadata: name: thread-visualizah-master namespace: vdk2ch spec: revisionHistoryLimit: 5 replicas: 2 selector: matchLabels: app: thread-visualizah-master template: metadata: labels: app: thread-visualizah-master spec: containers: - name: thread-visualizah-master image: harbor.guaranteedstruggle.host/library/thread-visualizah:master imagePullPolicy: Always ports: - containerPort: 8050