File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ The Structurizr Helm chart deploys Structurizr On premise flavor. Structurizr is
2626| ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
2727| ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
2828| ingress.tls | list | ` [] ` | |
29+ | labels | object | ` {} ` | Additional labels to set on Deployment and Pod |
2930| log4j2 | string | ` "" ` | Configuration settings for the logging system using Log4j2. |
3031| nameOverride | string | ` "" ` | |
3132| nodeSelector | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ helm.sh/chart: {{ include "structurizr.chart" . }}
4040app.kubernetes.io/version: { { .Values.image.tag | default .Chart.AppVersion | quote } }
4141{ {- end } }
4242app.kubernetes.io/managed-by: { { .Release.Service } }
43+ { {- with .Values.labels } }
44+ { { toYaml . } }
45+ { {- end } }
4346{ {- end } }
4447
4548{ {/*
Original file line number Diff line number Diff line change @@ -145,3 +145,8 @@ log4j2: |
145145env : []
146146 # - name: STRUCTURIZR_DATA_DIRECTORY
147147 # value: "/usr/local/structurizr"
148+
149+ # -- Additional labels
150+ labels :
151+ # team: ops
152+ # environment: production
You can’t perform that action at this time.
0 commit comments