Skip to content

Commit

Permalink
added servicemonitor only including 1 service and updating helm/READM…
Browse files Browse the repository at this point in the history
…E.me from values.yaml
  • Loading branch information
AronKa-SAG committed Jun 6, 2024
1 parent b9f4c41 commit 65796f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,5 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
| serviceAccount.create | bool | `true` | - apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ include "common.names.roleName" . }} rules: - apiGroups: - "" resources: - pods - endpoints verbs: - get - list - watch |
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| serviceAccount.roleName | string | `""` | |
| serviceMonitor | object | `{"enabled":false}` | Create and enable ServiceMonitor. The default is `false`. |
| serviceMonitor | object | `{"enabled":false,"serviceName":""}` | Create and enable ServiceMonitor. The default is `false`. |
| tolerations | list | `[]` | |

0 comments on commit 65796f8

Please sign in to comment.