19 lines
352 B
YAML
19 lines
352 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
- statefulset.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
|
|
images:
|
|
- name: grafana/loki
|
|
newName: registry.ops.eblu.me/blumeops/loki
|
|
newTag: "v3.6.5-3dc4ed7"
|
|
|
|
configMapGenerator:
|
|
- name: loki-config
|
|
files:
|
|
- loki-config.yaml
|