Skip to content

Commit 4a7fb83

Browse files
fixed images
1 parent 30304df commit 4a7fb83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
## Building the container
44

55
```bash
6-
docker buildx build --platform linux/arm64/v8 -t learnk8s/bash-ingress:16 .
6+
docker buildx build --platform linux/arm64/v8,linux/amd64 -t learnk8s/bash-ingress:1 .
77
```

deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
serviceAccountName: bash-ingress
1717
containers:
1818
- name: c1
19-
image: learnk8s/bash-ingress:16
19+
image: learnk8s/bash-ingress:1
2020
imagePullPolicy: IfNotPresent
2121
ports:
2222
- containerPort: 80

0 commit comments

Comments
 (0)