Skip to content

Instantly share code, notes, and snippets.

@danielezonca
Created April 2, 2020 08:37
Show Gist options
  • Save danielezonca/a499f6e6f196a5352f00977919f3f66f to your computer and use it in GitHub Desktop.
Save danielezonca/a499f6e6f196a5352f00977919f3f66f to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: face-recognition-poc
namespace: cloud-sweet-cloud
spec:
selector:
matchLabels:
app: face-recognition-poc
replicas: 3
template:
metadata:
labels:
app: face-recognition-poc
spec:
containers:
- name: face-recognition-poc
image: quay.io/danielezonca/face_recognition_poc
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment