yolo
This commit is contained in:
parent
bf353c357f
commit
2435c84770
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ apiVersion: apps/v1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: k8s-poc-nginx-deployment
|
||||
labels:
|
||||
app: k8s-poc-nginx
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: nginx
|
||||
app: k8s-poc-nginx
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
|
|
Loading…
Reference in a new issue