Assigned the number 12 to CircuitBreaking
This commit is contained in:
17
12-CircuitBreaking/Service.yaml
Normal file
17
12-CircuitBreaking/Service.yaml
Normal 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
|
||||
---
|
Reference in New Issue
Block a user