reseal secrets
This commit is contained in:
		
							
								
								
									
										28
									
								
								infrastructure/gitea/postgres.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								infrastructure/gitea/postgres.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| apiVersion: postgresql.cnpg.io/v1 | ||||
| kind: Cluster | ||||
| metadata: | ||||
|   name: gitea-postgres | ||||
| spec: | ||||
|   instances: 1 | ||||
|   imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.2 | ||||
|   bootstrap: | ||||
|     initdb: | ||||
|       import: | ||||
|         type: monolith | ||||
|         databases: | ||||
|            | ||||
|  | ||||
|     # Persistent storage configuration | ||||
|   storage: | ||||
|     size: 10Gi | ||||
|     pvcTemplate: | ||||
|       accessModes: | ||||
|         - ReadWriteOnce | ||||
|       resources: | ||||
|         requests: | ||||
|           storage: 10Gi | ||||
|       storageClassName: nfs-client | ||||
|       volumeMode: Filesystem | ||||
|    | ||||
|   monitoring: | ||||
|     enablePodMonitor: true | ||||
		Reference in New Issue
	
	Block a user