Files
kargo-demo/base/service.yaml
Kent aa21f540fb Initial commit
Signed-off-by: Kent <kent.rancourt@gmail.com>
2023-04-12 11:26:11 -04:00

12 lines
143 B
YAML

apiVersion: v1
kind: Service
metadata:
name: foo
spec:
selector:
app: foo
ports:
- protocol: TCP
port: 3000
targetPort: 80