the middle of the idiots
This commit is contained in:
		
							
								
								
									
										17
									
								
								qwen/python/k8s/secrets.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								qwen/python/k8s/secrets.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
# Kubernetes Secret for the MerchantsOfHope application (example template)
 | 
			
		||||
# In production, create this with kubectl create secret or use a secret management system
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: Secret
 | 
			
		||||
metadata:
 | 
			
		||||
  name: merchants-of-hope-secrets
 | 
			
		||||
type: Opaque
 | 
			
		||||
data:
 | 
			
		||||
  # These values should be base64 encoded in real deployment
 | 
			
		||||
  # Example: echo -n 'your-secret-value' | base64
 | 
			
		||||
  database-url: <base64-encoded-database-url>
 | 
			
		||||
  secret-key: <base64-encoded-secret-key>
 | 
			
		||||
  oidc-issuer: <base64-encoded-oidc-issuer>
 | 
			
		||||
  oidc-client-id: <base64-encoded-oidc-client-id>
 | 
			
		||||
  oidc-client-secret: <base64-encoded-oidc-client-secret>
 | 
			
		||||
  postgres-user: <base64-encoded-postgres-user>
 | 
			
		||||
  postgres-password: <base64-encoded-postgres-password>
 | 
			
		||||
		Reference in New Issue
	
	Block a user