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:
parent
1120b745e6
commit
8f2fc2d8bf
|
@ -11,6 +11,7 @@ spec:
|
|||
targetPort: streaming
|
||||
protocol: TCP
|
||||
name: streaming
|
||||
ipFamilyPolicy: PreferDualStack
|
||||
selector:
|
||||
{{- include "mastodon.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: streaming
|
||||
|
|
|
@ -11,6 +11,7 @@ spec:
|
|||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
ipFamilyPolicy: PreferDualStack
|
||||
selector:
|
||||
{{- include "mastodon.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: web
|
||||
|
|
Loading…
Reference in New Issue
Block a user