We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30304df commit 4a7fb83Copy full SHA for 4a7fb83
README.md
@@ -3,5 +3,5 @@
3
## Building the container
4
5
```bash
6
-docker buildx build --platform linux/arm64/v8 -t learnk8s/bash-ingress:16 .
+docker buildx build --platform linux/arm64/v8,linux/amd64 -t learnk8s/bash-ingress:1 .
7
```
deployment.yaml
@@ -16,7 +16,7 @@ spec:
16
serviceAccountName: bash-ingress
17
containers:
18
- name: c1
19
- image: learnk8s/bash-ingress:16
+ image: learnk8s/bash-ingress:1
20
imagePullPolicy: IfNotPresent
21
ports:
22
- containerPort: 80
0 commit comments