fix(k8s): update ingress class configuration for schema
Remove the deprecated annotation for ingress class and add ingressClassName to align with current Kubernetes standards. This ensures better compatibility and adherence to best practices.
This commit is contained in:
@@ -3,7 +3,6 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: schemas-ingress
|
name: schemas-ingress
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "alb"
|
|
||||||
alb.ingress.kubernetes.io/group.name: "default"
|
alb.ingress.kubernetes.io/group.name: "default"
|
||||||
alb.ingress.kubernetes.io/scheme: internet-facing
|
alb.ingress.kubernetes.io/scheme: internet-facing
|
||||||
alb.ingress.kubernetes.io/target-type: instance
|
alb.ingress.kubernetes.io/target-type: instance
|
||||||
@@ -11,6 +10,7 @@ metadata:
|
|||||||
alb.ingress.kubernetes.io/ssl-redirect: "443"
|
alb.ingress.kubernetes.io/ssl-redirect: "443"
|
||||||
alb.ingress.kubernetes.io/healthcheck-path: '/health'
|
alb.ingress.kubernetes.io/healthcheck-path: '/health'
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: "alb"
|
||||||
rules:
|
rules:
|
||||||
- host: "schemas.unbound.se"
|
- host: "schemas.unbound.se"
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user