2024-07-29 15:45:32 +02:00
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Pod
|
|
|
|
|
metadata:
|
|
|
|
|
name: test-monitor
|
|
|
|
|
spec:
|
|
|
|
|
containers:
|
2024-08-12 16:11:13 +02:00
|
|
|
|
- name: "oc-workflow-prous-skintris"
|
2024-07-29 15:45:32 +02:00
|
|
|
|
image: docker.io/library/oc-monitor # Currently uses the local contenaird
|
|
|
|
|
imagePullPolicy: IfNotPresent # This should be removed once a registry has been set up
|
|
|
|
|
env:
|
|
|
|
|
- name: "OCMONITOR_ARGOFILE"
|
2024-08-12 16:11:13 +02:00
|
|
|
|
value: "prous-skintris_29_07_2024_164008.yml"
|
2024-07-29 15:45:32 +02:00
|
|
|
|
- name: "OCMONITOR_LOKIURL"
|
|
|
|
|
value: "info" # !!!! In dev this must be replaced with the address of one of your interface (wifi, ethernet..)
|
|
|
|
|
restartPolicy: OnFailure
|
|
|
|
|
|