Initial commit

Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
Kent
2023-04-12 11:26:11 -04:00
commit aa21f540fb
6 changed files with 49 additions and 0 deletions

11
base/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: foo
spec:
selector:
app: foo
ports:
- protocol: TCP
port: 3000
targetPort: 80