Skip to content
Discussion options

You must be logged in to vote

Hi

Thanks for that - I actually thought of that too just as i posted and that worked - thanks for the hint. For posterity and for others, here is the final configuration I settled on:

listeners:
      - name: tls
        port: 9094
        type: internal
        tls: true
        authentication:
          type: tls
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  name: kafbat-ui
  namespace: kafka
spec:
  releaseName: kafbat-ui
  chart:
    spec:
      chart: kafka-ui
      version: "1.5.*"
      sourceRef:
        kind: HelmRepository
        name: kafbat
        namespace: kafka
  interval: 5m
  values:
    securityContext:
      capabilities:
        drop:
         …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fallen-up
Comment options

Comment options

You must be logged in to vote
1 reply
@Haarolean
Comment options

Answer selected by landbaychrisburrell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants