Skip to content

Instantly share code, notes, and snippets.

@scostello
Created May 27, 2019 13:52
Show Gist options
  • Save scostello/902c11e2c8710378b834655e6c05379d to your computer and use it in GitHub Desktop.
Save scostello/902c11e2c8710378b834655e6c05379d to your computer and use it in GitHub Desktop.
minikube directory structure
├── .babelrc
├── Dockerfile
├── package.json
└── k8s
    ├── .helmignore
    ├── Chart.yaml
    ├── templates
    │   ├── NOTES.txt
    │   ├── _helpers.tpl
    │   ├── configmap.yaml
    │   ├── deployment.yaml
    │   ├── ingress.yaml
    │   ├── service.yaml
    │   └── tests
    │       └── test-connection.yaml
    └── values.yaml
└── src
    └── index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment