0f2f57f7db
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/emulatorjs](https://togithub.com/truecharts/containers) | digest | `ad89c7f` -> `c474610` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
66 lines
1.1 KiB
YAML
66 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/emulatorjs
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.7.2@sha256:c474610c5d5a2b38e593746c4c3aa0dde323ac68281c14b07e800be8da25f693
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 10130
|
|
front:
|
|
enabled: true
|
|
ports:
|
|
front:
|
|
enabled: true
|
|
targetPort: 80
|
|
port: 10124
|
|
ipfs:
|
|
enabled: true
|
|
ports:
|
|
ipfs:
|
|
enabled: true
|
|
targetPort: 4001
|
|
port: 10138
|
|
|
|
ingress:
|
|
front:
|
|
autoLink: true
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|