UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add default STRICT mTLS enforcement

Merged Micah Nagel requested to merge anchore-mtls into main
All threads resolved!
Files
10
@@ -28,8 +28,10 @@ spec:
- port: {{ .Values.anchoreAnalyzer.containerPort }} # anchore analyzer (default: 8084)
protocol: TCP
{{- if .Values.anchoreEnterpriseGlobal.enabled }}
{{- if .Values.anchoreEnterpriseFeeds.enabled }}
- port: {{ .Values.anchoreEnterpriseFeeds.service.port }} # anchore enterprise feeds api (default: 8448)
protocol: TCP
{{- end }}
{{- if .Values.anchoreEnterpriseRbac.enabled }}
- port: {{ .Values.anchoreEnterpriseRbac.service.managerPort }} # anchore enterprise rbac manager (default: 8229)
protocol: TCP
Loading