about summary refs log tree commit diff
path: root/chart/templates/tests/test-connection.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/tests/test-connection.yaml')
-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