Skip to content

Instantly share code, notes, and snippets.

@spadger
spadger / values.yaml
Last active February 19, 2021 16:16 — forked from l13t/values.yaml
alertmanager alerts to slack for prometheus-operator
alertmanager:
## stuff here ##
config:
global:
slack_api_url: "https://hooks.slack.com/services/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"
route:
group_by: ['job']
group_wait: 30s
@spadger
spadger / self-signed-certificate-with-custom-ca.md
Last active August 1, 2019 21:30 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -aes128 -out rootCA.key 4096