You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/29 10:16:05 UTC

[GitHub] [apisix] akalittle commented on issue #7811: help request: qps test result is wired

akalittle commented on issue #7811:
URL: https://github.com/apache/apisix/issues/7811#issuecomment-1230086039

   ```yaml
   apiVersion: core.kalm.dev/v1alpha1
   kind: Component
   metadata:
     labels:
     name: http-hello
     namespace: launcher
   spec:
     dnsPolicy: ClusterFirst
     image: cozzz/http_hello
     ports:
       - containerPort: 8080
         protocol: http
         servicePort: 8000
     replicas: 3
     restartStrategy: RollingUpdate
     schedule: '* * * * *'
     terminationGracePeriodSeconds: 30
     workloadType: server
   ```
   
   actually the http-server  is above `cozzz/http_hello`


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org