mirror of
				https://github.com/1Password/onepassword-operator.git
				synced 2025-10-31 11:49:40 +00:00 
			
		
		
		
	 28c3ffade7
			
		
	
	28c3ffade7
	
	
	
		
			
			These yaml files are used when the environment variable `MANAGE_CONNECT` for the operator is set to `true`.
		
			
				
	
	
		
			16 lines
		
	
	
		
			267 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			267 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: onepassword-connect
 | |
| spec:
 | |
|   type: NodePort
 | |
|   selector:
 | |
|     app: onepassword-connect
 | |
|   ports:
 | |
|     - port: 8080
 | |
|       name: connect-api
 | |
|       nodePort: 30080
 | |
|     - port: 8081
 | |
|       name: connect-sync
 | |
|       nodePort: 30081
 |