Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
[Helm] Added annotations for the deployment (provectus#2749)
Browse files Browse the repository at this point in the history
Signed-off-by: Sherif Ayad <[email protected]>

Signed-off-by: Sherif Ayad <[email protected]>
Co-authored-by: Roman Zabaluev <[email protected]>
  • Loading branch information
sherifkayad and Haarolean authored Nov 3, 2022
1 parent 5d80b38 commit c4bbbbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: 0.4.5
version: 0.4.6
appVersion: v0.4.0
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
4 changes: 4 additions & 0 deletions charts/kafka-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "kafka-ui.fullname" . }}
labels:
{{- include "kafka-ui.labels" . | nindent 4 }}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
Expand Down
4 changes: 4 additions & 0 deletions charts/kafka-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ networkPolicy:
podAnnotations: {}
podLabels: {}

## Annotations to be added to kafka-ui Deployment
##
annotations: {}

podSecurityContext:
{}
# fsGroup: 2000
Expand Down

0 comments on commit c4bbbbe

Please sign in to comment.