Steven Fitzpatrick 772b18afd9 Create an 'LMA-Infra' Composite
This composite deploys the logging and prometheus operators
such that they are ready to collect logs and metrics from a k8s cluster.
The operators can be extended by introducing custom resources, allowing
any application running in the cluster to use these services

Note: Due to [0], this composite cannot be successfully deployed in the
initinfra-target phase, so a separate 'lma-infra' phase is introduced

[0] https://github.com/airshipit/airshipctl/issues/474

Change-Id: Ia20cc7bdaeb2b2f52ba4bcdc8e55a202ef4b0110
2021-03-03 21:32:45 +00:00

12 lines
260 B
YAML

resources:
- namespace.yaml
- ../../function/logging-operator
- ../../function/kube-prometheus-stack
namespace: lma-infra
patches:
- path: patches/kube-prometheus-stack.yaml
- path: patches/logging-operator.yaml
- path: patches/logging-spec.yaml