Add liveness probe and loadbalancer
This commit is contained in:
parent
b6e535b6ea
commit
e2e777190f
@ -24,3 +24,9 @@ spec:
|
||||
name: minipaste-server
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
failureThreshold: 2
|
||||
periodSeconds: 15
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
|
@ -8,3 +8,4 @@ spec:
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: minipaste-server
|
||||
type: LoadBalancer
|
Loading…
Reference in New Issue
Block a user