This commit is contained in:
2024-12-03 07:17:47 +00:00
parent 970288fe7a
commit d1f976f83a
5 changed files with 75 additions and 0 deletions

12
base/service.yaml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: rollouts-demo
spec:
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app: rollouts-demo