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