new exit node for now plus liveness probe in case it goes away during lifetime
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									3b36388907
								
							
						
					
					
						commit
						e298d1e0e9
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -51,6 +51,14 @@ spec:
 | 
				
			||||||
              key: TS_AUTHKEY
 | 
					              key: TS_AUTHKEY
 | 
				
			||||||
              name: tailscale-auth
 | 
					              name: tailscale-auth
 | 
				
			||||||
              optional: true
 | 
					              optional: true
 | 
				
			||||||
 | 
					        livenessProbe:
 | 
				
			||||||
 | 
					          exec:
 | 
				
			||||||
 | 
					            command:
 | 
				
			||||||
 | 
					            - ping
 | 
				
			||||||
 | 
					            - -c1
 | 
				
			||||||
 | 
					            - 100.100.100.100
 | 
				
			||||||
 | 
					            initialDelaySeconds: 5
 | 
				
			||||||
 | 
					            periodSeconds: 5
 | 
				
			||||||
        image: ghcr.io/tailscale/tailscale:latest
 | 
					        image: ghcr.io/tailscale/tailscale:latest
 | 
				
			||||||
        name: ts-sidecar
 | 
					        name: ts-sidecar
 | 
				
			||||||
        securityContext:
 | 
					        securityContext:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue