
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
@blitzm/kubernetes-postgresql
Advanced tools
@blitzm/kubernetes-postgresql is a pulumi component that simplifies the deployment of kubernetes-postgresql in kubernetes. It will create a statefulset for hosting Postgressql in the cluster.
@blitzm/kubernetes-postgresql is a pulumi component that simplifies the deployment of kubernetes-postgresql in kubernetes. It will create a statefulset for hosting Postgressql in the cluster.
This package can be installed using npm
npm install --save --save-exact @blitzm/kubernetes-postgresql
You can choose to use the default version which is 11.9.1(Postgres DB version is 14.5.0) and the helm chart is shipped with this library or specify a version from https://artifacthub.io/packages/helm/bitnami/postgresql
import { PostgreSQL } from "@blitzm/kubernetes-postgresql";
// use the default version
const db = new PostgreSQL("new-postgres", {
provider: provider,
persistence:{
enabled: true,
sizeGB: 10
},
database: "my-db",
namespace: "my-namespace",
metrics: {
enabled: true
},
// uncomment the following line if you would like a specific version
// version: "11.8.2"
})
// export the connection strings
export const dbConnection = psql.connectionStrings;
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
@blitzm/kubernetes-postgresql is a pulumi component that simplifies the deployment of kubernetes-postgresql in kubernetes. It will create a statefulset for hosting Postgressql in the cluster.
The npm package @blitzm/kubernetes-postgresql receives a total of 1 weekly downloads. As such, @blitzm/kubernetes-postgresql popularity was classified as not popular.
We found that @blitzm/kubernetes-postgresql demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.