Skip to content

Commit 158e383

Browse files
Kamil PrzybylKamil Przybyl
authored andcommitted
chore: adjust samples after adding network mode annotation
1 parent e3a60ac commit 158e383

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/ingress/ingress-class.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apiVersion: networking.k8s.io/v1
22
kind: IngressClass
33
metadata:
4-
# annotations:
4+
annotations:
5+
alb.stackit.cloud/network-mode: "NodePort" # Mandatory annotation to specify the network mode for the ALB Ingress Controller
56
# alb.stackit.cloud/internal-alb: "false"
67
# alb.stackit.cloud/external-address: "192.214.175.149" # Make sure to replace this with your external IP
78
name: sample-alb-ingress

0 commit comments

Comments
 (0)