File tree 1 file changed +11
-9
lines changed
kubernetes/main/apps/default/searxng/app
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 22
22
app :
23
23
image :
24
24
repository : docker.io/searxng/searxng
25
- tag : 2024.6.30-39aaac40d @sha256:149477f50e9fd7a90bd1455009b332433d65a9beeb0e0a6f9a4bdc11a860c0b6
25
+ tag : 2025.1.6-e35292618 @sha256:4a116b0e254154426d831da0851251de54dfda099cb17a597eaa2d973bc79af6
26
26
env :
27
27
TZ : ${TIMEZONE}
28
28
SEARXNG_BASE_URL : https://search.${SECRET_DOMAIN}
46
46
readiness : *probes
47
47
securityContext :
48
48
allowPrivilegeEscalation : false
49
- readOnlyRootFilesystem : true
50
- capabilities :
51
- add : ["CHOWN", "SETGID" ,"SETUID", "DAC_OVERRIDE"]
52
- drop : ["ALL"]
49
+ readOnlyRootFilesystem : false
50
+ capabilities : { drop: ["ALL"] }
53
51
resources :
54
52
requests :
55
53
cpu : 10m
59
57
defaultPodOptions :
60
58
securityContext :
61
59
runAsNonRoot : true
62
- runAsUser : 977
63
- runAsGroup : 977
64
- fsGroup : 977
60
+ runAsUser : 1000
61
+ runAsGroup : 1000
62
+ fsGroup : 1000
65
63
fsGroupChangePolicy : OnRootMismatch
66
64
seccompProfile : { type: RuntimeDefault }
67
65
service :
99
97
- path : /etc/searxng/limiter.toml
100
98
subPath : limiter.toml
101
99
readOnly : true
102
- tmp :
100
+ cache :
103
101
type : emptyDir
104
102
globalMounts :
105
103
- path : /etc/searxng
104
+ tmp :
105
+ type : emptyDir
106
+ globalMounts :
107
+ - path : /tmp
You can’t perform that action at this time.
0 commit comments