webVersion: apps/v1 kind: Deployment metadata: name: expedience-web-deployment namespace: expedience spec: replicas: 1 selector: matchLabels: app: expedience-web template: metadata: labels: app: expedience-web spec: containers: - name: expedience-web image: registry.ilitirit.net/expedience-web:latest ports: - containerPort: 80 imagePullSecrets: - name: registry-credentials