about summary refs log tree commit diff
path: root/chart/templates/service-web.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/service-web.yaml')
-rw-r--r--chart/templates/service-web.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/service-web.yaml b/chart/templates/service-web.yaml
index e0df35b25..3563fde70 100644
--- a/chart/templates/service-web.yaml
+++ b/chart/templates/service-web.yaml
@@ -7,7 +7,7 @@ metadata:
 spec:
   type: {{ .Values.service.type }}
   ports:
-    - port: {{ .Values.service.port }}
+    - port: {{ .Values.mastodon.web.port }}
       targetPort: http
       protocol: TCP
       name: http