3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00

Allow dual-stack operation on clusters so equipped. (#68)

This commit is contained in:
Alistair Young 2025-03-06 03:42:20 -06:00 committed by GitHub
parent 1120b745e6
commit 8f2fc2d8bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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