forked from paulbouwer/hello-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing Akshansh's repo akshansh04/BlotMe#5
- Loading branch information
Koushik Dey
committed
Sep 24, 2020
1 parent
89889c4
commit 60d993f
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
apiVersion : apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: "kodeypetest-296e" | ||
name: "kodeypetest" | ||
spec: | ||
replicas: 2 | ||
selector: | ||
matchLabels: | ||
app: "kodeypetest-296e" | ||
app: "kodeypetest" | ||
template: | ||
metadata: | ||
labels: | ||
app: "kodeypetest-296e" | ||
app: "kodeypetest" | ||
spec: | ||
containers: | ||
- name: "kodeypetest-296e" | ||
image: "kodeypetestacr.azurecr.io/kodeypetest" | ||
- name: "kodeypetest" | ||
image: "nginx" | ||
ports: | ||
- containerPort: 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters