42 lines
778 B
YAML
42 lines
778 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/glauth
|
|
tag: latest@sha256:6447de431d0d9ffcd490a555a90cc3c00a315af6d579e160bd9e19ce82a5fd5f
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|