0

We are trying to deploy 2 images in post deploy 1 is our app and second kafka(on postdeply job)

    - name: MYNAME
        
        - job:
            
            name: "MYIMAGE"
            action: create
            async: true
            timeoutSeconds: 6000
            pollPeriodSeconds: 20
            namespace: "MY SPACE"
            namePrefix: "kafkaImage"
            image: IMAGE_LOCATION

How to enable port 9092 for above image 

https://kubernetes.io/docs/concepts/workloads/controllers/job/
 
Vipul Pandey
  • 1,507
  • 11
  • 20

0 Answers0