apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: joel-bot namespace: joel-bot annotations: kubernetes.io/ingress.class: traefik spec: rules: - host: joel.example.com http: paths: - path: / pathType: Prefix backend: service: name: joel-bot port: number: 3000 tls: - hosts: - joel.example.com secretName: joel-bot-tls