Skip to content

Instantly share code, notes, and snippets.

@ludovicwyffels
Created November 1, 2018 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludovicwyffels/41022da159c539e45027c68776f459d8 to your computer and use it in GitHub Desktop.
Save ludovicwyffels/41022da159c539e45027c68776f459d8 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: samba
labels:
app: samba
spec:
selector:
matchLabels:
app: samba
replicas: 1
template:
metadata:
labels:
app: samba
spec:
containers:
- image: 127.0.0.1:5000/samba:latest
name: samba
ports:
- containerPort: 445
stdin: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment