mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Clarify ingress
This commit is contained in:
parent
75916f07a3
commit
8570db3ebc
@ -17,14 +17,16 @@ spec:
|
||||
serviceName: web
|
||||
servicePort: 3000
|
||||
path: /
|
||||
- host: mail.ocelot.social
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: mailserver
|
||||
servicePort: 80
|
||||
path: /
|
||||
tls:
|
||||
- hosts:
|
||||
- develop-k8s.ocelot.social
|
||||
secretName: tls
|
||||
# decommt if you have installed the mailservice
|
||||
# - host: mail.ocelot.social
|
||||
# http:
|
||||
# paths:
|
||||
# - backend:
|
||||
# serviceName: mailserver
|
||||
# servicePort: 80
|
||||
# path: /
|
||||
# decommt to activate SSL via port 443 if you have installed the certificate. probalby via the cert-manager
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - develop-k8s.ocelot.social
|
||||
# secretName: tls
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user