10 lines
229 B
YAML
10 lines
229 B
YAML
# services/logging/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- loki-helmrelease.yaml
|
|
- fluent-bit-helmrelease.yaml
|
|
- oauth2-proxy.yaml
|
|
- ingress.yaml
|