16 lines
		
	
	
		
			243 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			243 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								apiVersion: v1
							 | 
						||
| 
								 | 
							
								kind: Service
							 | 
						||
| 
								 | 
							
								metadata:
							 | 
						||
| 
								 | 
							
								  name: vaultwarden
							 | 
						||
| 
								 | 
							
								  namespace: vaultwarden
							 | 
						||
| 
								 | 
							
								spec:
							 | 
						||
| 
								 | 
							
								  ports:
							 | 
						||
| 
								 | 
							
								    - protocol: TCP
							 | 
						||
| 
								 | 
							
								      name: ui
							 | 
						||
| 
								 | 
							
								      port: 8080
							 | 
						||
| 
								 | 
							
								    - protocol: TCP
							 | 
						||
| 
								 | 
							
								      name: websocket
							 | 
						||
| 
								 | 
							
								      port: 3012
							 | 
						||
| 
								 | 
							
								  selector:
							 | 
						||
| 
								 | 
							
								    app: vaultwarden
							 |