An open API service indexing awesome lists of open source software.

https://github.com/steeltoeoss/netcoretoolservice


https://github.com/steeltoeoss/netcoretoolservice

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Steeltoe NetCoreToolService

[![Build Status](https://dev.azure.com/SteeltoeOSS/Steeltoe/_apis/build/status/Initializr/SteeltoeOSS.NetCoreToolService?branchName=main)](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=45&branchName=main)

## Generate Kubernetes Manifest

```
# default manifest
$ ytt -f kubernetes

# sample custom manifest, see kubernetes/defaults.yaml for available parameters
$ ytt -f kubernetes -v replica_count=5
```