Skip to content

Commit 6020cff

Browse files
Updated Ingress Annotation
Updated Ingress Annotation annotations: kubernetes.io/ingress.class: nginx
1 parent 6e3af02 commit 6020cff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

10-Ingress-Context-Path-Based-Routing/kube-manifests/04-IngressService-Manifests/01-Ingress-Context-Path-Based-Routing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: networking.k8s.io/v1beta1
22
kind: Ingress
33
metadata:
44
name: ingress-cpr
5+
annotations:
6+
kubernetes.io/ingress.class: nginx
57
spec:
68
rules:
79
- http:
@@ -19,4 +21,4 @@ spec:
1921
serviceName: usermgmt-webapp-clusterip-service
2022
servicePort: 80
2123

22-
24+

0 commit comments

Comments
 (0)