From 12905b6ec30560bf1e7c29778b2f65bb311168da Mon Sep 17 00:00:00 2001 From: Alistair Young Date: Sun, 11 Jun 2023 13:04:34 -0500 Subject: [PATCH] Allow dual-stack operation on clusters so equipped. --- 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