12 lines
185 B
YAML
12 lines
185 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: grafana-sync-test
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: grafana-sync
|
||
|
image: eyalfirst/grafana-sync:1.4.4
|
||
|
command:
|
||
|
- sleep
|
||
|
- "1000000"
|