prehistoric-church-49998
01/25/2023, 12:04 PMvite
and others serve a nice and easy way to configure your project compilation but for deploying resources. Truth be told, I already put together a prototype but before I go deeper there I want to double-check 😄
This is how it looks like now:
import { postgres } from '@adaliszk/k8s-postgres-ha'
import { defineConfig } from '@adaliszk/pulumi'
export default defineConfig({
createNamespace: true,
resources: [
postgres()
]
})
famous-jelly-72366
01/26/2023, 7:40 AMprehistoric-church-49998
01/26/2023, 7:48 AM