Skip to content

Commit 8a8c086

Browse files
authored
Update deployment.yaml
1 parent 686f107 commit 8a8c086

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

oci-deployment-examples/oci-deployment-stagelevelparams/deployment.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,3 @@ spec:
1717
image: nginx:${version}
1818
ports:
1919
- containerPort: ${port}
20-
21-
---
22-
apiVersion: v1
23-
kind: Service
24-
metadata:
25-
name: sample-nginx
26-
annotations:
27-
service.beta.kubernetes.io/oci-load-balancer-shape: "10Mbps"
28-
spec:
29-
type: LoadBalancer
30-
ports:
31-
- port: 80
32-
protocol: TCP
33-
targetPort: 80
34-
selector:
35-
app: nginx

0 commit comments

Comments
 (0)