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