@kosko/template-deployed-service
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

@kosko/template-deployed-service

Create a new component including a deployment and a service.

Usage

npx @kosko/template-deployed-service --name nginx --image nginx

Options

--name

Name of deployment and service. (Required)

--image

Container image. (Required)

--type

Service type. Default to ClusterIP.

--servicePort

Service port. Default to 80.

--containerPort

Container port. Default to 80.

--replicas

Number of replicas. Default to 1.

/@kosko/template-deployed-service/

    Package Sidebar

    Install

    npm i @kosko/template-deployed-service

    Homepage

    kosko.dev

    Weekly Downloads

    2

    Version

    4.0.2

    License

    MIT

    Unpacked Size

    17.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • tommy351