chore: Update manifests after change
This commit is contained in:
@@ -29,6 +29,9 @@ spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
automountServiceAccountToken: true
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
hostIPC: false
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
@@ -106,24 +109,21 @@ spec:
|
||||
value: "true"
|
||||
- name: USE_CF_BYPASS
|
||||
value: "true"
|
||||
image: ghcr.io/calibrain/shelfmark:v1.2.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: ghcr.io/calibrain/shelfmark:v1.2.1@sha256:5e00d47cccaa3b67234855d950d016c50691b78197a68adf15a624f6c08acee2
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- curl -sf http://localhost:8084/api/health
|
||||
failureThreshold: 5
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /api/health
|
||||
port: 8084
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 30
|
||||
timeoutSeconds: 5
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 256Mi
|
||||
memory: 140Mi
|
||||
volumeMounts:
|
||||
- mountPath: /audiobooks
|
||||
name: audiobooks
|
||||
|
||||
@@ -14,22 +14,13 @@ spec:
|
||||
data:
|
||||
- secretKey: grimmory-user
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/shelfmark/booklore
|
||||
metadataPolicy: None
|
||||
property: user
|
||||
- secretKey: grimmory-password
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/shelfmark/booklore
|
||||
metadataPolicy: None
|
||||
property: password
|
||||
- secretKey: prowlarr-key
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/prowlarr/key
|
||||
metadataPolicy: None
|
||||
property: key
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
name: shelfmark
|
||||
namespace: shelfmark
|
||||
port: 80
|
||||
weight: 100
|
||||
weight: 1
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
@@ -7,8 +7,6 @@ metadata:
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: shelfmark
|
||||
helm.sh/chart: shelfmark-4.6.2
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: shelfmark
|
||||
spec:
|
||||
accessModes:
|
||||
|
||||
Reference in New Issue
Block a user