3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Allow dual-stack operation on clusters so equipped.

This commit is contained in:
Alistair Young 2023-06-11 13:04:34 -05:00
parent 4b6fd9f7e6
commit 12905b6ec3
No known key found for this signature in database
GPG Key ID: DC54B5F87D5218DA
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ spec:
targetPort: streaming
protocol: TCP
name: streaming
ipFamilyPolicy: PreferDualStack
selector:
{{- include "mastodon.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: streaming

View File

@ -11,6 +11,7 @@ spec:
targetPort: http
protocol: TCP
name: http
ipFamilyPolicy: PreferDualStack
selector:
{{- include "mastodon.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: web