Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

steeltoeoss-incubator/InitializrTemplates

Repository files navigation

InitializrTemplates is no longer actively maintained by VMware, Inc.

Steeltoe InitializrTemplates

Steeltoe Initializr project templates

Docker

$ docker build -t initializr-templates .

Kubernetes

# deploy
$ kubectl apply -f deploy/kubernetes/local.yaml

# status
$ kubectl describe deployment/initializr-templates

# logs
$ kubectl logs deployment/initializr-templates     # random pod
$ kubectl logs pod/initializr-templates-{podid}    # specific pod

# undeploy
$ kubectl delete -f deploy/kubernetes/local.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published