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 4aa1936 commit 866a985Copy full SHA for 866a985
content/bn/examples/application/php-apache.yaml
@@ -0,0 +1,35 @@
1
+apiVersion: apps/v1
2
+kind: Deployment
3
+metadata:
4
+ name: php-apache
5
+spec:
6
+ selector:
7
+ matchLabels:
8
+ run: php-apache
9
+ template:
10
+ metadata:
11
+ labels:
12
13
+ spec:
14
+ containers:
15
+ - name: php-apache
16
+ image: registry.k8s.io/hpa-example
17
+ ports:
18
+ - containerPort: 80
19
+ resources:
20
+ limits:
21
+ cpu: 500m
22
+ requests:
23
+ cpu: 200m
24
+---
25
+apiVersion: v1
26
+kind: Service
27
28
29
30
31
32
33
+ - port: 80
34
35
0 commit comments