Skip to content
Snippets Groups Projects
Commit ddf59828 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

set image pull policy to always

parent 2480e50f
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!122Update Theodolite Kubernetes Job,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -14,9 +14,10 @@ spec:
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
ports:
- containerPort: 80
name: analysis
name: analysis
- name: theodolite
image: benediktwetzel/theodolite-test # ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
imagePullPolicy: Always
env:
- name: NAMESPACE
value: theodolite-she
......@@ -43,9 +44,9 @@ spec:
configMap:
name: app-resources-configmap
- name: benchmark
configMap:
configMap:
name: benchmark-configmap
- name: execution
configMap:
configMap:
name: execution-configmap
backoffLimit: 4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment