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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]