Skip to content

Flink ingress #38

@andrelsyoo

Description

@andrelsyoo

Hello Team,

I'm unable to create Flink ingress through its chart! so far I've tried several ways to do it by following the template pattern of ingress.yaml but no success.

Please there is away to provide a sample of the required configuration in order to get it properly created? so far tried as follow:

ingress:
  enabled: false
  annotations: {}
  path: /
  hosts: [develop.mydomain.com]
  tls: [tls-ingress]

ingress:
enabled: false
annotations: {}
path: /
hosts: develop.mydomain.com
tls: tls-ingress


ingress:
  enabled: false
  annotations: {}
  path: /
  hosts: "develop.mydomain.com"
  tls: tls-ingress
ingress:                       
  enabled: true                
  annotations: {}              
  path: /                      
  hosts:                       
  tls:                         
    - hosts:                   
      -develop.mydomain.com
      secretName: tls-ingress
  rules:                       
    - host: develop.mydomain.com
      http:                    
        paths:                 
          - backend:           
              service:         
                name: flink-job
                port:          
                  number: 8081 
            path: /            
            pathType: Prefix   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions