chore: Update manifests after change
This commit is contained in:
28
clusters/cl01tl/manifests/lokiPod-loki-helm-test.yaml
Normal file
28
clusters/cl01tl/manifests/lokiPod-loki-helm-test.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: "loki-helm-test"
|
||||
namespace: loki
|
||||
labels:
|
||||
helm.sh/chart: loki-6.55.0
|
||||
app.kubernetes.io/name: loki
|
||||
app.kubernetes.io/instance: loki
|
||||
app.kubernetes.io/version: "3.6.7"
|
||||
app.kubernetes.io/component: helm-test
|
||||
annotations:
|
||||
"helm.sh/hook": test
|
||||
spec:
|
||||
containers:
|
||||
- name: loki-helm-test
|
||||
image: docker.io/grafana/loki-helm-test:latest
|
||||
env:
|
||||
- name: CANARY_SERVICE_ADDRESS
|
||||
value: "http://loki-canary.loki.svc.cluster.local:3500/metrics"
|
||||
- name: CANARY_PROMETHEUS_ADDRESS
|
||||
value: ""
|
||||
- name: CANARY_TEST_TIMEOUT
|
||||
value: "1m"
|
||||
args:
|
||||
- -test.v
|
||||
restartPolicy: Never
|
||||
Reference in New Issue
Block a user