Merge pull request 'Automated Manifest Update' (#5626) from auto/update-manifests into manifests

Reviewed-on: #5626
This commit was merged in pull request #5626.
This commit is contained in:
2026-04-06 23:33:45 +00:00
11 changed files with 24 additions and 69 deletions

View File

@@ -50,12 +50,11 @@ spec:
- name: RAG_WEB_SEARCH_CONCURRENT_REQUESTS - name: RAG_WEB_SEARCH_CONCURRENT_REQUESTS
value: "10" value: "10"
image: searxng/searxng:latest@sha256:7b924c76c2cd9e960cc6b522eed5faf57ea3e6796020878455d86fcc3e7c26a3 image: searxng/searxng:latest@sha256:7b924c76c2cd9e960cc6b522eed5faf57ea3e6796020878455d86fcc3e7c26a3
imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:
requests: requests:
cpu: 10m cpu: 1m
memory: 256Mi memory: 120Mi
volumeMounts: volumeMounts:
- mountPath: /etc/searxng - mountPath: /etc/searxng
name: api-data name: api-data

View File

@@ -42,28 +42,22 @@ spec:
- name: SEARXNG_HOSTNAME - name: SEARXNG_HOSTNAME
value: searxng.alexlebens.net value: searxng.alexlebens.net
- name: SEARXNG_VALKEY_URL - name: SEARXNG_VALKEY_URL
value: valkey://127.0.0.1:6379/0 value: valkey://localhost:6379/0
- name: GRANIAN_HOST - name: GRANIAN_HOST
value: 0.0.0.0 value: 0.0.0.0
- name: GRANIAN_PORT - name: GRANIAN_PORT
value: "8080" value: "8080"
image: searxng/searxng:latest@sha256:7b924c76c2cd9e960cc6b522eed5faf57ea3e6796020878455d86fcc3e7c26a3 image: searxng/searxng:latest@sha256:7b924c76c2cd9e960cc6b522eed5faf57ea3e6796020878455d86fcc3e7c26a3
imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 256Mi memory: 250Mi
volumeMounts: volumeMounts:
- mountPath: /etc/searxng - mountPath: /etc/searxng
name: browser-data name: browser-data
- image: valkey/valkey:9.0.0-alpine3.22 - image: valkey/valkey:9.0.0-alpine@sha256:bef37d06d4856710973ee31dd1eac1482e4c8e6e7b847f999ad25433e646587b
imagePullPolicy: IfNotPresent
name: valkey name: valkey
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: valkey-data name: valkey-data

View File

@@ -14,15 +14,9 @@ spec:
data: data:
- secretKey: settings.yml - secretKey: settings.yml
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/searxng/api/config key: /cl01tl/searxng/api/config
metadataPolicy: None
property: settings.yml property: settings.yml
- secretKey: limiter.toml - secretKey: limiter.toml
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/searxng/api/config key: /cl01tl/searxng/api/config
metadataPolicy: None
property: limiter.toml property: limiter.toml

View File

@@ -14,15 +14,9 @@ spec:
data: data:
- secretKey: metrics-password - secretKey: metrics-password
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: cl01tl/searxng/browser key: cl01tl/searxng/browser
metadataPolicy: None
property: metrics-password property: metrics-password
- secretKey: metrics-username - secretKey: metrics-username
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: cl01tl/searxng/browser key: cl01tl/searxng/browser
metadataPolicy: None
property: metrics-username property: metrics-username

View File

@@ -23,7 +23,7 @@ spec:
name: searxng-browser name: searxng-browser
namespace: searxng namespace: searxng
port: 80 port: 80
weight: 100 weight: 1
matches: matches:
- path: - path:
type: PathPrefix type: PathPrefix

View File

@@ -1,11 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: searxng
labels:
app.kubernetes.io/name: searxng
app.kubernetes.io/instance: searxng
app.kubernetes.io/part-of: searxng
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged

View File

@@ -43,7 +43,7 @@ spec:
runAsUser: 1000 runAsUser: 1000
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
image: "ghcr.io/seerr-team/seerr:v3.1.0" image: "ghcr.io/seerr-team/seerr:v3.1.0@sha256:sha256:b35ba0461c4a1033d117ac1e5968fd4cbe777899e4cbfbdeaf3d10a42a0eb7e9"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@@ -53,24 +53,20 @@ spec:
httpGet: httpGet:
path: /api/v1/status path: /api/v1/status
port: http port: http
initialDelaySeconds: 60 initialDelaySeconds: 20
periodSeconds: 30 periodSeconds: 15
timeoutSeconds: 5 timeoutSeconds: 3
successThreshold: 1
failureThreshold: 5
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /api/v1/status path: /api/v1/status
port: http port: http
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 30 periodSeconds: 15
timeoutSeconds: 5 timeoutSeconds: 3
successThreshold: 1
failureThreshold: 5
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 500Mi
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /app/config mountPath: /app/config

View File

@@ -29,6 +29,9 @@ spec:
enableServiceLinks: false enableServiceLinks: false
serviceAccountName: default serviceAccountName: default
automountServiceAccountToken: true automountServiceAccountToken: true
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
hostIPC: false hostIPC: false
hostNetwork: false hostNetwork: false
hostPID: false hostPID: false
@@ -106,24 +109,21 @@ spec:
value: "true" value: "true"
- name: USE_CF_BYPASS - name: USE_CF_BYPASS
value: "true" value: "true"
image: ghcr.io/calibrain/shelfmark:v1.2.1 image: ghcr.io/calibrain/shelfmark:v1.2.1@sha256:5e00d47cccaa3b67234855d950d016c50691b78197a68adf15a624f6c08acee2
imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec:
command:
- /bin/sh
- -c
- curl -sf http://localhost:8084/api/health
failureThreshold: 5 failureThreshold: 5
initialDelaySeconds: 60 httpGet:
path: /api/health
port: 8084
initialDelaySeconds: 30
periodSeconds: 30 periodSeconds: 30
successThreshold: 1 successThreshold: 1
timeoutSeconds: 30 timeoutSeconds: 5
name: main name: main
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 256Mi memory: 140Mi
volumeMounts: volumeMounts:
- mountPath: /audiobooks - mountPath: /audiobooks
name: audiobooks name: audiobooks

View File

@@ -14,22 +14,13 @@ spec:
data: data:
- secretKey: grimmory-user - secretKey: grimmory-user
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/shelfmark/booklore key: /cl01tl/shelfmark/booklore
metadataPolicy: None
property: user property: user
- secretKey: grimmory-password - secretKey: grimmory-password
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/shelfmark/booklore key: /cl01tl/shelfmark/booklore
metadataPolicy: None
property: password property: password
- secretKey: prowlarr-key - secretKey: prowlarr-key
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/prowlarr/key key: /cl01tl/prowlarr/key
metadataPolicy: None
property: key property: key

View File

@@ -23,7 +23,7 @@ spec:
name: shelfmark name: shelfmark
namespace: shelfmark namespace: shelfmark
port: 80 port: 80
weight: 100 weight: 1
matches: matches:
- path: - path:
type: PathPrefix type: PathPrefix

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: shelfmark app.kubernetes.io/name: shelfmark
helm.sh/chart: shelfmark-4.6.2 helm.sh/chart: shelfmark-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: shelfmark namespace: shelfmark
spec: spec:
accessModes: accessModes: