This PR contains the following updates: | Package | Update | Change | |---|---|---| | glauth/glauth | digest | `23af115` -> `fc0d610` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
40 lines
744 B
YAML
40 lines
744 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: glauth/glauth
|
|
tag: latest@sha256:fc0d6107d420fc1fad3bbc16902ccc1562efd3afec2b6852271c8c323e631a10
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
ldapport:
|
|
enabled: true
|
|
ports:
|
|
ldapport:
|
|
enabled: true
|
|
port: 389
|
|
protocol: tcp
|
|
targetPort: 389
|
|
ldapsport:
|
|
enabled: true
|
|
ports:
|
|
ldapsport:
|
|
enabled: true
|
|
port: 636
|
|
protocol: tcp
|
|
targetPort: 636
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5555
|
|
protocol: http
|
|
targetPort: 5555
|