Clarify ingress

This commit is contained in:
Wolfgang Huß 2020-12-17 09:42:39 +01:00
parent 75916f07a3
commit 8570db3ebc

View File

@ -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