networkservicemesh / deployments-k8s

Apache License 2.0
41 stars 32 forks source link

Add PostgreSQL server to the spire server config and get rid of using persistent volume #12072

Open denis-tingaikin opened 1 month ago

denis-tingaikin commented 1 month ago

Context

We are using persistent volumes https://github.com/networkservicemesh/deployments-k8s/pull/10287

Now we can remove it and replace PostgreSQL server configuration.

See more details ihttps://github.com/spiffe/spire/issues/1840, https://spiffe.io/docs/latest/deploying/configuring/

It could simplify the system and requirements for the customers.

Closes https://github.com/networkservicemesh/deployments-k8s/issues/11930