Skip to content

Commit

Permalink
move labels to be configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed May 3, 2024
1 parent da30cec commit a114df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/metadig-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: {{ include "metadig-worker.fullname" . }}
labels:
app: metadig-worker
{{- include "metadig-worker.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
Expand Down
3 changes: 3 additions & 0 deletions helm/metadig-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

replicaCount: 1

labels:
app: metadig-worker

image:
repository: ghcr.io/nceas/metadig-worker
pullPolicy: Always
Expand Down

0 comments on commit a114df9

Please sign in to comment.