commit message from python script
This commit is contained in:
5
k8s/nginx/nginx-svc.yaml
Normal file → Executable file
5
k8s/nginx/nginx-svc.yaml
Normal file → Executable file
@@ -2,9 +2,8 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
namespace: nginx
|
||||
labels:
|
||||
name: nginx
|
||||
app: nginx
|
||||
name: nginx
|
||||
spec:
|
||||
ports:
|
||||
@@ -12,6 +11,6 @@ spec:
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
run: nginx
|
||||
app: nginx
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
Reference in New Issue
Block a user