Skip to content

Commit

Permalink
changed imagePullPolicy to IfNotPresent
Browse files Browse the repository at this point in the history
Issue #7
Signed-off-by: Ralph Soika <[email protected]>
  • Loading branch information
rsoika committed May 19, 2021
1 parent f1e889f commit ea35613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/kustomize/030-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
containers:
- name: jicofo
image: jitsi/jicofo:stable-5870
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
value: localhost
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
value: jvbbrewery
- name: prosody
image: jitsi/prosody:stable-5870
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: XMPP_DOMAIN
value: meet.jitsi
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
value: "true"
- name: web
image: jitsi/web:stable-5870
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
value: localhost
Expand All @@ -114,7 +114,7 @@ spec:
value: "true"
- name: jvb
image: jitsi/jvb:stable-5870
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
value: localhost
Expand Down

0 comments on commit ea35613

Please sign in to comment.