chore(deps): update docker general non-major (#4084)
* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * http probe Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
082c544071
commit
ef2f489611
@@ -1,25 +1,36 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mysql-workbench
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.0.30
|
||||
tag: 8.0.31
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
customCapabilities:
|
||||
drop: []
|
||||
add: ["IPC_LOCK"]
|
||||
capabilities:
|
||||
add:
|
||||
- IPC_LOCK
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
type: HTTP
|
||||
path: /
|
||||
readiness:
|
||||
type: HTTP
|
||||
path: /
|
||||
startup:
|
||||
type: HTTP
|
||||
path: /
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 3000
|
||||
protocol: HTTP
|
||||
port: 10134
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user