Skip to content
Snippets Groups Projects
Commit 0ad30932 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

changed ingress annotation

parent 879a09bd
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73673 passed with warnings
......@@ -372,7 +372,7 @@ func createIngress(env string) *netv1.Ingress {
ObjectMeta: metav1.ObjectMeta{
Name: env,
Namespace: "cocsn",
Annotations: map[string]string{"nginx.ingress.kubernetes.io/grpc-backend": "true"},
Annotations: map[string]string{"nginx.ingress.kubernetes.io/backend-protocol": "GRPC"},
},
Spec: netv1.IngressSpec{
Rules: []netv1.IngressRule{
......@@ -393,6 +393,5 @@ func createIngress(env string) *netv1.Ingress {
},
},
},
Status: netv1.IngressStatus{},
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment