networkservicemesh / deployments-k8s

Apache License 2.0
41 stars 34 forks source link

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

Closed Ex4amp1e closed 1 month ago

Ex4amp1e commented 1 month ago

Description

Spire-server required PersistentVolume for /run/spire/data, but we can remove it and replace PostgreSQL server configuration to simplify the system and requirements for the customers.

Also, required to upgrade spire version to any above 1.9.0 (for postgres storage support of this data), so the current latest version 1.9.5 has been chosen.

Issue link

https://github.com/networkservicemesh/deployments-k8s/issues/12072

How Has This Been Tested?

Types of changes

Ex4amp1e commented 1 month ago

Plan: Update config only for single-cluster setup