Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-k8s

This commit is contained in:
Nico Schottelius 2021-06-06 17:38:50 +02:00
commit 36037b3dd9
1 changed files with 11 additions and 0 deletions

View File

@ -17,3 +17,14 @@ spec:
image: nginx:1.20.0-alpine image: nginx:1.20.0-alpine
ports: ports:
- containerPort: 80 - containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: nginx-service
spec:
selector:
app: nginx
ports:
- protocol: TCP
port: 80