ccctask commented on issue #114:
URL: 
https://github.com/apache/rocketmq-operator/issues/114#issuecomment-1183906220

   `rocketmq-operator/example/rocketmq_v1alpha1_rocketmq_cluster.yaml` with 
example  resources define
   ```yaml
   apiVersion: rocketmq.apache.org/v1alpha1
   kind: Console
   metadata:
     name: console
   spec:
     # nameServers is the [ip:port] list of name service
     nameServers: ""
     # consoleDeployment define the console deployment
     consoleDeployment:
       apiVersion: apps/v1
       kind: Deployment
       metadata:
         labels:
           app: rocketmq-console
       spec:
         replicas: 1
         selector:
           matchLabels:
             app: rocketmq-console
         template:
           metadata:
             labels:
               app: rocketmq-console
           spec:
             containers:
               - name: console
                 image: apacherocketmq/rocketmq-console:2.0.0
                 ports:
                   - containerPort: 8080
   ```


-- 
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]

Reply via email to