add annotations to deployment

This commit is contained in:
2024-04-21 06:40:46 -06:00
parent ab5da15b10
commit fd611813b7
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: homepage
version: 0.0.11
version: 0.0.12
description: Chart for benphelps homepage
keywords:
- dashboard

View File

@@ -9,6 +9,10 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: homepage
annotations:
{{- with .Values.deployment.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
revisionHistoryLimit: 3
replicas: {{ .Values.deployment.replicas }}

View File

@@ -1,4 +1,5 @@
deployment:
annotations: {}
replicas: 1
strategy: Recreate
image: