معرفی شرکت ها


cdk8s-valheim-0.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A package that vends a Valheim server chart.
ویژگی مقدار
سیستم عامل -
نام فایل cdk8s-valheim-0.0.9
نام cdk8s-valheim
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده awlsring<mattcanemail@gmail.com>
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/awlsring/cdk8s-valheim.git
آدرس اینترنتی https://pypi.org/project/cdk8s-valheim/
مجوز Apache-2.0
# CDK8s Valheim This is a [CDK8s](https://cdk8s.io/) project that defines a Kubernetes deployment for [Valheim](https://www.valheimgame.com/) using the [lloesche/valheim-server](https://github.com/lloesche/valheim-server-docker) image. ## Use A default deployment can be created with: ```python new ValheimChart(app, 'valheim') ``` Default deployment will produce a server configured with all default [environment variables](https://github.com/lloesche/valheim-server-docker#environment-variables). The container will request resources for the games minimum recommended specs of 2 CPU and 4GB of memory. Settings can be customized by passing in a `ValheimChartProps` object. This will allow you to configure all supported environment customizations and container configurations ```python new ValheimChart(app, 'valheim', { server: { name: 'K8S Valheim', worldName: 'K8S', password: { raw: 'password', }, }, }) ``` ## Persistence By default, the server will store its data on a host path. This is not recommended as your world data can easily be lost. This chart allows for storing the data on a PersistentVolumeClaim. Two pvcs can be created, one for the world data and one for the configuration. The world data is mounted at `/opt/valheim/data` directory and the configuration is mounted at `/config` directory. To create these, the PVCs can be configured as follows: ```python new ValheimChart(app, 'valheim'. { persistence: { server: { storageClass: "my-class", }, config: { storageClass: "my-class", }, }, }) ```


نیازمندی

مقدار نام
==2.2.2 cdk8s-plus-26
<3.0.0,>=2.7.36 cdk8s
<11.0.0,>=10.1.281 constructs
<2.0.0,>=1.80.0 jsii
>=0.0.3 publication
~=2.13.3 typeguard


زبان مورد نیاز

مقدار نام
~=3.7 Python


نحوه نصب


نصب پکیج whl cdk8s-valheim-0.0.9:

    pip install cdk8s-valheim-0.0.9.whl


نصب پکیج tar.gz cdk8s-valheim-0.0.9:

    pip install cdk8s-valheim-0.0.9.tar.gz