Skip to content

Commit

Permalink
fix: complete example
Browse files Browse the repository at this point in the history
  • Loading branch information
alesz committed Jul 2, 2024
1 parent c6e5080 commit 3e119d5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deploy/overlays/example/configmap-signalilo-patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: signalilo
data:
SIGNALILO_ICINGA_CA: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
SIGNALILO_ICINGA_DEBUG: "0"
SIGNALILO_ICINGA_HOSTNAME: host.example.com
SIGNALILO_ICINGA_URL: |-
https://master1.icinga.example.com:5665
https://master2.icinga.example.com:5665
SIGNALILO_ICINGA_USERNAME: api-username
SIGNALILO_UUID: 00000000-0000-0000-0000-000000000000
7 changes: 7 additions & 0 deletions deploy/overlays/example/secret-signalilo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Secret
apiVersion: v1
metadata:
name: signalilo
stringData::
SIGNALILO_ALERTMANAGER_BEARER_TOKEN: foo
SIGNALILO_ICINGA_PASSWORD: bar

0 comments on commit 3e119d5

Please sign in to comment.