rdeteix commented on issue #16010:
URL: https://github.com/apache/airflow/issues/16010#issuecomment-1005086285


   Thx for the response.
   I've already tried it.
   Which k8s version are you working with ?
   
   I also tried it without the reverse proxy :
   ```
       ingress:
         enabled: true
         web:
           precedingPaths:
             - path: "/*"
               pathType: "ImplementationSpecific"
               serviceName: "ssl-redirect"
               servicePort: "use-annotation"
           path: "/*"
   
           annotations:
             external-dns.alpha.kubernetes.io/hostname: ****
             kubernetes.io/ingress.class: alb
             alb.ingress.kubernetes.io/group.name: airflow
             alb.ingress.kubernetes.io/group.order: '10'
             alb.ingress.kubernetes.io/scheme: internal
             alb.ingress.kubernetes.io/target-type: ip
             alb.ingress.kubernetes.io/target-group-attributes: 
stickiness.enabled=true,stickiness.lb_cookie.duration_seconds=3600
   
             alb.ingress.kubernetes.io/certificate-arn:  ****
             alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, 
{"HTTPS":443}]'
             alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": 
"redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", 
"StatusCode": "HTTP_301"}}'
   ```
   
   I have:
   ```
   ts=2022-01-04T18:52:13.592931819Z caller=release.go:397 component=release 
release=airflow-dev targetNamespace=dev resource=dev:helmrelease/airflow 
helmVersion=v3 warning="failed to annotate release resources: error: arguments 
in resource/name form must have a single resource and name\n" phase=annotate
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to