2cf55f59fc
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/wisemapping/wisemapping | digest | `ae8a963` -> `3092a6a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
image:
|
|
repository: docker.io/wisemapping/wisemapping
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:3092a6aba9ee194433d91d93bba5e7e750f9c3af113838988ff50564afc2403d
|
|
|
|
# When this is defined, the contents will be mounted
|
|
# as configmap into the container at /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties.
|
|
wisemappingConfig: {}
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
targetPort: 8080
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
initContainers:
|
|
init-config:
|
|
enabled: true
|
|
type: init
|
|
imageSelector: "image"
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
args:
|
|
- |
|
|
mkdir -p /usr/local/tomcat/webapps/ROOT/WEB-INF/
|
|
if [ ! -f /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties ]; then
|
|
echo "Config file not found, copying dummy..."
|
|
cp /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties.dummy /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties
|
|
echo "Config file copied, you can now edit it at /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties"
|
|
fi
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
ADMIN_EMAIL: "change@me.com"
|
|
|
|
persistence:
|
|
config:
|
|
# Only enable when not using wisemappingConfig
|
|
enabled: false
|
|
mountPath: /usr/local/tomcat/webapps/ROOT/WEB-INF/
|
|
targetSelector:
|
|
main:
|
|
main: {}
|
|
init-config: {}
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: wisemapping
|
|
database: wisemapping
|