Kargo made some changes

This commit is contained in:
Kargo
2025-04-07 10:34:40 +00:00
parent 835087762d
commit f50e722a71
3 changed files with 55 additions and 0 deletions

13
service-kargo-demo.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: kargo-demo
spec:
ports:
- nodePort: 30183
port: 3000
protocol: TCP
targetPort: 80
selector:
app: kargo-demo
type: NodePort