Skip to content

Instantly share code, notes, and snippets.

@mohammed-ali-1
Created March 15, 2019 08:41
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 mohammed-ali-1/551f8efe1852c62052d2b43a1cf4cf59 to your computer and use it in GitHub Desktop.
Save mohammed-ali-1/551f8efe1852c62052d2b43a1cf4cf59 to your computer and use it in GitHub Desktop.
deployment.yaml file for mqtt-service-provider
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: mqtt-provider
spec:
replicas: 1
template:
metadata:
labels:
app: mqtt-service-provider
spec:
containers:
- name: mqtt-service-provider
image: docker.io/mohammedalameen94/mqtt_service_provider:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment