airflow: 인증 제외 Ingress 이름을 -ingress-static 으로 변경
-ingress-unauth 는 kubectl get ingress 목록에서 "인증 없는 입구"를 그대로 광고한다. 리소스가 무엇인지가 아니라 무엇이 없는지로 이름을 지은 것이기도 해서, 경로가 /static 외로 늘어나면 이름이 뜻을 잃는다. 파일명(webserver-ingress-static.yaml)과 일치시키고 용도를 그대로 드러내는 -ingress-static 으로 바꾼다. 값 키 dip.unauthenticatedPaths 는 values 파일 안에만 있고 의도를 정확히 서술하므로 그대로 둔다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ $fullname }}-ingress-unauth
|
||||
name: {{ $fullname }}-ingress-static
|
||||
labels:
|
||||
tier: airflow
|
||||
component: airflow-ingress
|
||||
|
||||
Reference in New Issue
Block a user