Skip to content

Commit

Permalink
icinga-stack: Enable Icinga Kubernetes Web
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Feb 28, 2024
1 parent b0125a9 commit 7bfa4a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions charts/icinga-stack/charts/icingaweb2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ modules:
jobs: {} # TODO: Add this
sni: {} # TODO: Add this

kubernetes:
enabled: true

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down
8 changes: 4 additions & 4 deletions charts/icinga-stack/tests/icingaweb2_deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: icingaweb.enabledModules
value: director,icingadb,incubator,
value: director,icingadb,incubator,kubernetes,
any: true
- contains:
path: spec.template.spec.containers[0].env
Expand Down Expand Up @@ -50,7 +50,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: icingaweb.enabledModules
value: director,icingadb,incubator,x509,
value: director,icingadb,incubator,kubernetes,x509,
any: true

- it: deploys an Icinga Web deployment with minimal configuration using secrets
Expand All @@ -69,7 +69,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: icingaweb.enabledModules
value: director,icingadb,incubator,
value: director,icingadb,incubator,kubernetes,
any: true
- contains:
path: spec.template.spec.containers[0].env
Expand Down Expand Up @@ -104,7 +104,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: icingaweb.enabledModules
value: director,graphite,icingadb,incubator,
value: director,graphite,icingadb,incubator,kubernetes,
any: true

- it: deploys an Icinga Web deployment with graphite, user/password from value
Expand Down
3 changes: 3 additions & 0 deletions charts/icinga-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ icingaweb2:
jobs: {} # TODO: Add this
sni: {} # TODO: Add this

kubernetes:
enabled: true

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down

0 comments on commit 7bfa4a6

Please sign in to comment.