You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`controller.service.httpsPort.port` | The HTTPS port of the Ingress Controller service. | 443
221
221
`controller.service.httpsPort.nodePort` | The custom NodePort for the HTTPS port. Requires `controller.service.type` set to `NodePort`. | ""
222
222
`controller.service.httpsPort.targetPort` | The target port of the HTTPS port of the Ingress Controller service. | 443
223
+
`controller.serviceAccount.annotations` | The annotations of the Ingress Controller service account. | {}
223
224
`controller.serviceAccount.name` | The name of the service account of the Ingress Controller pods. Used for RBAC. | Autogenerated
224
225
`controller.serviceAccount.imagePullSecretName` | The name of the secret containing docker registry credentials. Secret must exist in the same namespace as the helm release. | ""
225
226
`controller.serviceMonitor.name` | The name of the serviceMonitor. | Autogenerated
0 commit comments