Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 036151b

Browse files
creating file: manifests/deployment.yaml
1 parent 034b2a6 commit 036151b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎manifests/deployment.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: mydotnetapp
5+
labels:
6+
app: mydotnetapp
7+
namespace: namespace-workflow-1697130820079
8+
spec:
9+
replicas: 1
10+
selector:
11+
matchLabels:
12+
app: mydotnetapp
13+
template:
14+
metadata:
15+
labels:
16+
app: mydotnetapp
17+
spec:
18+
containers:
19+
- name: mydotnetapp
20+
image: acrworkflow1697130820079.azurecr.io/image-workflow-1697130820079:latest
21+
ports:
22+
- containerPort: 8080

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /