set image tags and pullpolicy

This commit is contained in:
Tobias Brunner 2020-03-21 15:52:12 +01:00
parent 8d9c0263c6
commit 6fd3c25c84
1 changed files with 6 additions and 6 deletions

View File

@ -19,8 +19,8 @@ spec:
spec:
containers:
- name: jicofo
image: jitsi/jicofo
imagePullPolicy: Always
image: jitsi/jicofo:4101
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
value: localhost
@ -47,8 +47,8 @@ spec:
- name: JVB_BREWERY_MUC
value: jvbbrewery
- name: prosody
image: jitsi/prosody
imagePullPolicy: Always
image: jitsi/prosody:4101
imagePullPolicy: IfNotPresent
env:
- name: XMPP_DOMAIN
value: meet.jitsi
@ -82,8 +82,8 @@ spec:
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: web
image: jitsi/web
imagePullPolicy: Always
image: jitsi/web:4101
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
value: localhost