Cleaned repo a bit.
This commit is contained in:
+2
-20
@@ -3,13 +3,11 @@ kind: Service
|
||||
metadata:
|
||||
name: prowlarr
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- port: 9696
|
||||
protocol: TCP
|
||||
targetPort: 9696
|
||||
name: webui
|
||||
nodePort: 30005
|
||||
selector:
|
||||
run: prowlarr
|
||||
---
|
||||
@@ -42,24 +40,8 @@ spec:
|
||||
ports:
|
||||
- containerPort: 9696
|
||||
name: webui
|
||||
# livenessProbe:
|
||||
# exec:
|
||||
# command:
|
||||
# - /bin/sh
|
||||
# - -c
|
||||
# - curl "http://localhost:7878/radarr/api/health?ApiKey=$(sed -ne '/ApiKey/{s/.*<ApiKey>\(.*\)<\/ApiKey>.*/\1/p;q;}' </config/config.xml)"
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# readinessProbe:
|
||||
# exec:
|
||||
# command:
|
||||
# - /bin/sh
|
||||
# - -c
|
||||
# - curl "http://localhost:7878/radarr/api/system/status?ApiKey=$(sed -ne '/ApiKey/{s/.*<ApiKey>\(.*\)<\/ApiKey>.*/\1/p;q;}' </config/config.xml)"
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: htpc-home
|
||||
subPath: prowlarr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user