https://github.com/fullstack-devops/k8s-infra
https://github.com/fullstack-devops/k8s-infra
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstack-devops/k8s-infra
- Owner: fullstack-devops
- Created: 2022-05-13T17:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T08:15:07.000Z (about 3 years ago)
- Last Synced: 2025-01-25T16:12:23.253Z (11 months ago)
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s Infra
tbd
## schemas
```json
{
"yaml.schemas": {
"https://raw.githubusercontent.com/fullstack-devops/k8s-infra/main/schemas/infrastructure.json": [
"*.infra.yaml"
],
"https://raw.githubusercontent.com/fullstack-devops/k8s-infra/main/schemas/deployment.json": [
"*.deploy.yaml"
]
}
}
```