This commit is contained in:
douzeb 2022-12-16 03:29:49 +01:00
parent bf353c357f
commit 2435c84770
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: k8s-poc-nginx-deployment
labels:
app: k8s-poc-nginx
spec:
selector:
matchLabels:

View File

@ -5,7 +5,7 @@ metadata:
spec:
type: LoadBalancer
selector:
app: nginx
app: k8s-poc-nginx
ports:
- port: 80
targetPort: 80