Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: update db-query runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
a-khaledf committed Jul 25, 2023
1 parent 0e4f5ce commit 2df2da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/db-query-runner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "axiom.fullname" . }}-query-runner
name: {{ template "axiom.fullname" . }}-db-query-runner
spec:
selector:
matchLabels:
Expand All @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: axiomdb-query-runner-pod
image: axiomhq/axiom-query-runner
image: "{{ .Values.dbQueryRunner.image.repository }}:{{ .Values.dbQueryRunner.image.tag | default .Chart.AppVersion }}"
ports:
- containerPort: 8080
livenessProbe:
Expand Down

0 comments on commit 2df2da4

Please sign in to comment.