Skip to content

Commit

Permalink
removing bazarr probes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabito committed Mar 12, 2019
1 parent 77981c6 commit d8bde5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 36 deletions.
24 changes: 12 additions & 12 deletions base/bazarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ spec:
value: "1000"
image: linuxserver/bazarr
name: bazarr
livenessProbe:
httpGet:
path: /bazarr
port: webui
initialDelaySeconds: 120
periodSeconds: 15
readinessProbe:
httpGet:
path: /bazarr
port: webui
initialDelaySeconds: 120
periodSeconds: 15
# livenessProbe:
# httpGet:
# path: /bazarr
# port: webui
# initialDelaySeconds: 200
# periodSeconds: 15
# readinessProbe:
# httpGet:
# path: /bazarr
# port: webui
# initialDelaySeconds: 200
# periodSeconds: 15
ports:
- containerPort: 6767
name: webui
Expand Down
12 changes: 0 additions & 12 deletions install_armhf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,22 +137,10 @@ spec:
- name: PGID
value: "1000"
image: linuxserver/bazarr:arm32v6-latest
livenessProbe:
httpGet:
path: /bazarr
port: webui
initialDelaySeconds: 120
periodSeconds: 15
name: bazarr
ports:
- containerPort: 6767
name: webui
readinessProbe:
httpGet:
path: /bazarr
port: webui
initialDelaySeconds: 120
periodSeconds: 15
volumeMounts:
- mountPath: /config
name: htpc-home
Expand Down
12 changes: 0 additions & 12 deletions install_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,22 +137,10 @@ spec:
- name: PGID
value: "1000"
image: linuxserver/bazarr:amd64-latest
livenessProbe:
httpGet:
path: /bazarr
port: webui
initialDelaySeconds: 120
periodSeconds: 15
name: bazarr
ports:
- containerPort: 6767
name: webui
readinessProbe:
httpGet:
path: /bazarr
port: webui
initialDelaySeconds: 120
periodSeconds: 15
volumeMounts:
- mountPath: /config
name: htpc-home
Expand Down

0 comments on commit d8bde5e

Please sign in to comment.