From 8f2fc2d8bf7878d4195906ab356a189b62765efb Mon Sep 17 00:00:00 2001 From: Alistair Young Date: Thu, 6 Mar 2025 03:42:20 -0600 Subject: [PATCH] Allow dual-stack operation on clusters so equipped. (#68) --- templates/service-streaming.yaml | 1 + templates/service-web.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/service-streaming.yaml b/templates/service-streaming.yaml index bade7b1..d52eeee 100644 --- a/templates/service-streaming.yaml +++ b/templates/service-streaming.yaml @@ -11,6 +11,7 @@ spec: targetPort: streaming protocol: TCP name: streaming + ipFamilyPolicy: PreferDualStack selector: {{- include "mastodon.selectorLabels" . | nindent 4 }} app.kubernetes.io/component: streaming diff --git a/templates/service-web.yaml b/templates/service-web.yaml index acf1233..b08cc66 100644 --- a/templates/service-web.yaml +++ b/templates/service-web.yaml @@ -11,6 +11,7 @@ spec: targetPort: http protocol: TCP name: http + ipFamilyPolicy: PreferDualStack selector: {{- include "mastodon.selectorLabels" . | nindent 4 }} app.kubernetes.io/component: web