Skip to content

Commit

Permalink
fix meme image names
Browse files Browse the repository at this point in the history
  • Loading branch information
Luukas Mäkilä committed Jun 29, 2023
1 parent 45e9802 commit 706b6fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/memtierd/templates/high-prio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: meme-pod-highprio-1-container
image: luukasmakila/meme
image: <your registry>/meme
imagePullPolicy: Always
securityContext:
privileged: true
Expand All @@ -19,7 +19,7 @@ spec:
- name: host-bitmap
mountPath: /sys/kernel/mm/page_idle/bitmap
- name: meme-pod-highprio-2-container
image: luukasmakila/meme
image: <your registry>/meme
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
4 changes: 2 additions & 2 deletions demo/memtierd/templates/low-prio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: meme-pod-lowprio-1-container
image: luukasmakila/meme
image: <your registry>/meme
imagePullPolicy: Always
securityContext:
privileged: true
Expand All @@ -19,7 +19,7 @@ spec:
- name: host-bitmap
mountPath: /sys/kernel/mm/page_idle/bitmap
- name: meme-pod-lowprio-2-container
image: luukasmakila/meme
image: <your registry>/meme
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down

0 comments on commit 706b6fd

Please sign in to comment.