fix(helm): network policy should allow egress to analytics.speckle.sy… (#1494)
* fix(helm): network policy should allow egress to analytics.speckle.systems - previously only allowed DNS lookup * matchName not matchPattern on analytics.speckle.systems
This commit is contained in:
Родитель
9f50a11188
Коммит
aee6de9ee0
|
@ -127,6 +127,15 @@ spec:
|
|||
- port: '443'
|
||||
protocol: TCP
|
||||
{{- end }}
|
||||
{{- if (ne "false" .Values.server.monitoring.mp.enabled) }}
|
||||
# monitoring
|
||||
- toFQDNs:
|
||||
- matchName: 'analytics.speckle.systems'
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: '443'
|
||||
protocol: TCP
|
||||
{{- end }}
|
||||
{{- if .Values.server.auth.github.enabled }}
|
||||
# github auth
|
||||
- toFQDNs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче