We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a60ac commit 158e383Copy full SHA for 158e383
1 file changed
samples/ingress/ingress-class.yaml
@@ -1,7 +1,8 @@
1
apiVersion: networking.k8s.io/v1
2
kind: IngressClass
3
metadata:
4
- # annotations:
+ annotations:
5
+ alb.stackit.cloud/network-mode: "NodePort" # Mandatory annotation to specify the network mode for the ALB Ingress Controller
6
# alb.stackit.cloud/internal-alb: "false"
7
# alb.stackit.cloud/external-address: "192.214.175.149" # Make sure to replace this with your external IP
8
name: sample-alb-ingress
0 commit comments