Skip to content

Commit

Permalink
Updating Wasm app with correct labels
Browse files Browse the repository at this point in the history
Old labels were `app=wasm-spin`
Changed to `app=wasm`
This was to match the diagram and text in the book
  • Loading branch information
nigelpoulton authored Jan 30, 2024
1 parent 7f441fa commit 0b36032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wasm/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ spec:
replicas: 3
selector:
matchLabels:
app: wasm-spin
app: wasm
template:
metadata:
labels:
app: wasm-spin
app: wasm
spec:
runtimeClassName: rc-spin
containers:
Expand All @@ -28,7 +28,7 @@ spec:
port: 80
targetPort: 80
selector:
app: wasm-spin
app: wasm
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down

0 comments on commit 0b36032

Please sign in to comment.