apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress annotations: bunkerweb.io/AUTO_LETS_ENCRYPT: "yes" bunkerweb.io/LIMIT_REQ_URL_1: "/core/install.php" bunkerweb.io/LIMIT_REQ_RATE_1: "5r/s" spec: rules: - host: www.example.com http: paths: - path: / pathType: Prefix backend: service: name: drupal port: number: 80