about summary refs log tree commit diff
path: root/chart/templates/tests
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-28 14:17:00 +0100
committerGitHub <noreply@github.com>2022-11-28 14:17:00 +0100
commit1a7aa37b60769a10077c585fa76ec848b6866d9a (patch)
tree9ea5aa74454bee29bf7be75c516e269fae296440 /chart/templates/tests
parent6517b7b9f02f8590a8f9c5aa04e3ef9efeb4e757 (diff)
parentf51990bd62f434f377b5bbcbaa0ea205a87af403 (diff)
Merge pull request #1976 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'chart/templates/tests')
-rw-r--r--chart/templates/tests/test-connection.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/tests/test-connection.yaml b/chart/templates/tests/test-connection.yaml
index 09d981691..185c037ab 100644
--- a/chart/templates/tests/test-connection.yaml
+++ b/chart/templates/tests/test-connection.yaml
@@ -11,5 +11,5 @@ spec:
     - name: wget
       image: busybox
       command: ['wget']
-      args: ['{{ include "mastodon.fullname" . }}:{{ .Values.service.port }}']
+      args: ['{{ include "mastodon.fullname" . }}-web:{{ .Values.service.port }}']
   restartPolicy: Never