Skip to content

Commit

Permalink
fix(ring-mqtt): wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 1, 2025
1 parent dbee57d commit e6259dd
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
app:
env:
TZ: ${SETTING_TZ}
S6_READ_ONLY_ROOT: "true"
image:
repository: tsightler/ring-mqtt
tag: 5.8.0@sha256:43717ab265a9c97dbb1fc029bfcbc8925e82a0f6bc2b28280dfd673c7f902541
Expand All @@ -49,15 +50,15 @@ spec:
enabled: true
startup:
enabled: true
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
pod:
securityContext:
runAsUser: 65534
runAsGroup: 65534
runAsNonRoot: true
# securityContext:
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true
# capabilities: { drop: ["ALL"] }
# pod:
# securityContext:
# runAsUser: 65534
# runAsGroup: 65534
# runAsNonRoot: true

service:
app:
Expand Down

0 comments on commit e6259dd

Please sign in to comment.