Assigned the number 12 to CircuitBreaking

This commit is contained in:
savagebidoof
2023-05-11 08:24:21 +02:00
parent 9fbc2c5f1f
commit faf8b08e77
5 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
---