gxthrj commented on a change in pull request #573:
URL:
https://github.com/apache/apisix-ingress-controller/pull/573#discussion_r698014526
##########
File path: test/e2e/scaffold/ingress.go
##########
@@ -265,25 +272,67 @@ spec:
- --apisix-route-version
- %s
- --watch-endpointslices
+ volumeMounts:
+ - name: webhook-certs
+ mountPath: /etc/webhook/certs
+ readOnly: true
+ volumes:
+ - name: webhook-certs
+ secret:
+ secretName: %s
serviceAccount: ingress-apisix-e2e-test-service-account
`
+ _ingressAPISIXAdmissionService = `
+apiVersion: v1
+kind: Service
+metadata:
+ name: webhook
+ namespace: %s
+spec:
+ ports:
+ - name: https
+ protocol: TCP
+ port: 443
Review comment:
443 -> 8443
##########
File path: test/e2e/scaffold/ingress.go
##########
@@ -245,6 +247,9 @@ spec:
- containerPort: 8080
name: "http"
protocol: "TCP"
+ - containerPort: 443
Review comment:
443 -> 8443
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]