Update deployment.yaml (#8)
* Update deployment.yaml adding ldap and ldaps ports * Adding ldaps into deployment.yamlmain
parent
8547965faa
commit
0f9ef79ba6
|
|
@ -66,6 +66,8 @@ spec:
|
|||
- --ssh-trust-dns
|
||||
{{- end }}
|
||||
ports:
|
||||
- containerPort: 636
|
||||
protocol: TCP
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
- containerPort: 443
|
||||
|
|
|
|||
Loading…
Reference in New Issue