platform/pods/collaborator/kube/ingress.yml
Andrey Sobolev f69439eaef
Rework documents (#2347)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-11-02 14:50:14 +06:00

24 lines
477 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/issuer: "letsencrypt-prod"
name: account-ingress
spec:
tls:
- hosts:
- account.hc.engineering
secretName: account-tls
rules:
- host: account.hc.engineering
http:
paths:
- backend:
service:
name: account
port:
number: 80
path: /
pathType: Prefix