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 name: adguard-home
port: port:
number: 13000 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 name: http
protocol: TCP protocol: TCP
readinessProbe: readinessProbe:
failureThreshold: 3
httpGet: httpGet:
path: / path: /
port: 5000 port: 5000
scheme: HTTP scheme: HTTP
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
resources: resources:
requests: requests:
cpu: 200m cpu: 200m