commit message from python script

This commit is contained in:
2023-04-11 17:11:08 +02:00
parent 21d88c4537
commit b4c9068425
92 changed files with 51 additions and 22 deletions

5
k8s/nginx/nginx-svc.yaml Normal file → Executable file
View 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: {}