Skip to content

Instantly share code, notes, and snippets.

@janakiramm
Created August 26, 2017 16:36
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 janakiramm/68ae730b4877aed3794f381c0cc1a034 to your computer and use it in GitHub Desktop.
Save janakiramm/68ae730b4877aed3794f381c0cc1a034 to your computer and use it in GitHub Desktop.
Pod Definition to Create ACI Instance
apiVersion: v1
kind: Pod
metadata:
name: web
labels:
name: web
app: todoapp
spec:
containers:
- image: janakiramm/todo
imagePullPolicy: Always
name: web
env:
- name: "DB"
value: "COSMOS_DB_CONN_STR"
- name: "PORT"
value: "80"
nodeName: aci-connector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment