Created
March 15, 2019 08:41
-
-
Save mohammed-ali-1/551f8efe1852c62052d2b43a1cf4cf59 to your computer and use it in GitHub Desktop.
deployment.yaml file for mqtt-service-provider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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