Project

General

Profile

pod_template_conf #28501

Updated by UserName LastName over 1 year ago

- name: parser 
   image: "hub.ceshiren.com/office/code_parser:v1.4" 
   args: 
     - infinity 
   command: 
     - sleep 
   volumeMounts: 
     - mountPath: "/home/jenkins/agent" 
       name: "jenkins-agent-pvc" 
       readOnly: false 
   workingDir: "/home/jenkins/agent" 
 - name: ai-rule-runner 
   image: "hub.ceshiren.com/office/ai_rule_runner:v1.6" 
   env: 
     - name: OPENAI_API_BASE 
       value: https://apitoken.ceba.ceshiren.com/openai/v1/ 
     - name: OPENAI_API_KEY 
       value: 3da6c1b52f4035e6183cc714ed627041 
   args: 
     - infinity 
   command: 
     - sleep 
   volumeMounts: 
     - mountPath: "/home/jenkins/agent" 
       name: "jenkins-agent-pvc" 
       readOnly: false 
 - name: submit-result 
   image: "hub.ceshiren.com/office/submit_result:v1.1" 
   args: 
     - infinity 
   command: 
     - sleep 
   volumeMounts: 
     - mountPath: "/home/jenkins/agent" 
       name: "jenkins-agent-pvc" 
       readOnly: false 
 - name: "jnlp" 
   image: "hub.ceshiren.com/office/inbound-agent:3248.v65ecb_254c298-2" 
   args: [ '\$(JENKINS_SECRET)', '\$(JENKINS_NAME)' ] 
   resources: 
     requests: 
       memory: "100Mi" 
       cpu: "20m" 
   volumeMounts: 
     - mountPath: "/home/jenkins/agent" 
       name: "jenkins-agent-pvc" 
       readOnly: false

Back