Small cleanup

This commit is contained in:
savagebidoof
2023-04-30 22:42:03 +02:00
parent 78008fcfda
commit 14e987ea95
158 changed files with 61 additions and 965 deletions

View File

@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: helloworld
labels:
app: helloworld
service: helloworld
spec:
ports:
- port: 8080
name: http
targetPort: 80
protocol: TCP
appProtocol: http
selector:
app: helloworld
---