Skip to content

Instantly share code, notes, and snippets.

@saikatharryc
Created May 5, 2020 02:12
Show Gist options
  • Save saikatharryc/af006e439584dddacf6cecc4370c28fa to your computer and use it in GitHub Desktop.
Save saikatharryc/af006e439584dddacf6cecc4370c28fa to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: "2048-deployment"
namespace: "2048-game"
spec:
selector:
matchLabels:
app: "2048"
replicas: 5
template:
metadata:
labels:
app: "2048"
spec:
containers:
- image: alexwhen/docker-2048
imagePullPolicy: Always
name: "2048"
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment