diff --git a/manifests/machineconfigserver/daemonset.yaml b/manifests/machineconfigserver/daemonset.yaml index 6384f1b70b..2a8809f98f 100644 --- a/manifests/machineconfigserver/daemonset.yaml +++ b/manifests/machineconfigserver/daemonset.yaml @@ -27,6 +27,13 @@ spec: - "--tls-cipher-suites={{join .TLSCipherSuites ","}}" - "--tls-min-version={{.TLSMinVersion}}" - "--v={{.LogLevel}}" + ports: + - containerPort: 22623 + name: https + protocol: TCP + - containerPort: 22624 + name: http + protocol: TCP resources: requests: cpu: 20m