correct docker image names
This commit is contained in:
parent
86756597de
commit
ef0d217cee
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ spec:
|
||||||
- name: JVB_TCP_HARVESTER_DISABLED
|
- name: JVB_TCP_HARVESTER_DISABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: web
|
- name: web
|
||||||
image: domaindrivenarchitecture/c4k-jitsi-webtest
|
image: domaindrivenarchitecture/c4k-jitsi-web
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: PUBLIC_URL
|
- name: PUBLIC_URL
|
||||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: excalidraw-backend
|
- name: excalidraw-backend
|
||||||
image: domaindrivenarchitecture/c4k-jitsi-excalidraw-testbackend
|
image: domaindrivenarchitecture/c4k-jitsi-excalidraw-backend
|
Loading…
Reference in a new issue