Skip to content

Commit

Permalink
Merge pull request #67 from tmorell-ns1/main
Browse files Browse the repository at this point in the history
Update nginx-internal.yaml to add annotations variables
  • Loading branch information
mfiedorowicz authored Nov 28, 2023
2 parents 695d8be + 0c1a31f commit e1883f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.53
version: 1.0.54
appVersion: "0.27.0"
home: https://getorb.io
sources:
Expand Down
8 changes: 8 additions & 0 deletions charts/orb/templates/nginx-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-nginx-internal
annotations:
{{- with .Values.nginx_internal.metadata.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
matchLabels:
Expand All @@ -347,6 +351,10 @@ spec:
labels:
app: {{ .Release.Name }}
component: nginx-internal
annotations:
{{- with .Values.nginx_internal.metadata.annotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
containers:
- image: "{{ .Values.nginx_internal.image.repository }}:{{ .Values.nginx_internal.image.tag }}"
Expand Down
2 changes: 2 additions & 0 deletions charts/orb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ nginx_internal:
pullPolicy: "IfNotPresent"
repository: "nginx"
tag: "1.21.1"
metadata:
annotations: {}

keto:
keto:
Expand Down

0 comments on commit e1883f0

Please sign in to comment.