Merge pull request #256 from 3dwardch3ng/app/kavita

fix kavita
This commit is contained in:
2024-06-21 10:37:17 +10:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

View File

@@ -49,3 +49,13 @@ spec:
name: adguard-home
port:
number: 13000
- host: "doh.adguard-home.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: adguard-home
port:
number: 443

View File

@@ -28,15 +28,10 @@ spec:
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
path: /
port: 5000
scheme: HTTP
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
resources:
requests:
cpu: 200m