Temporal organization

This commit is contained in:
savagebidoof
2023-05-01 01:46:59 +02:00
parent 3739cda159
commit 309a9dded7
143 changed files with 0 additions and 0 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
---