Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 393 Bytes

sim.md

File metadata and controls

20 lines (15 loc) · 393 Bytes

Sim

Help

Sim is straight-forward API simulation tool that's tiny, fast, secure and scalable.

tasks:
  "":
    image: ghcr.io/kitproj/sim
    ports: "8080"
    readinessProbe: http://:8080/hello?failureThreshold=20&initialDelay=5s&period=5s&successThreshold=1
volumes:
- hostPath:
    path: volumes/sim/apis
  name: sim.apis

Licence(s): MIT