Skip to content

Commit

Permalink
feat: add annotations to service (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanmali authored Dec 4, 2023
1 parent b22e7d1 commit cc68c6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/surrealdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: surrealdb
type: application
version: 0.3.0
version: 0.3.1
appVersion: 1.0.0
description: SurrealDB is the ultimate cloud database for tomorrow's applications.
keywords:
Expand Down
4 changes: 4 additions & 0 deletions charts/surrealdb/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "surrealdb.fullname" . }}
labels:
{{- include "surrealdb.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit cc68c6d

Please sign in to comment.