diff --git a/README.md b/README.md index 9a95189..516f715 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,16 @@ spec: app: goldpinger template: metadata: + annotations: + prometheus.io/scrape: 'true' + prometheus.io/port: '8080' labels: app: goldpinger spec: serviceAccount: "goldpinger-serviceaccount" + tolerations: + - key: node-role.kubernetes.io/master + effect: NoSchedule securityContext: runAsNonRoot: true runAsUser: 1000