debug service
This commit is contained in:
@@ -159,6 +159,7 @@ metadata:
|
||||
name: distribution-service
|
||||
namespace: distribution
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
# app.kubernetes.io/name: registry
|
||||
run: registry
|
||||
@@ -167,6 +168,7 @@ spec:
|
||||
protocol: TCP
|
||||
port: 5000
|
||||
targetPort: 5000
|
||||
loadBalancerIP: 192.168.202.5
|
||||
```
|
||||
|
||||
### Deployment
|
||||
|
||||
@@ -5,11 +5,13 @@ metadata:
|
||||
name: distribution-service
|
||||
namespace: distribution
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
# app.kubernetes.io/name:registry
|
||||
# app.kubernetes.io/name: registry
|
||||
run: registry
|
||||
ports:
|
||||
- name: registry-tcp
|
||||
protocol: TCP
|
||||
port: 5000
|
||||
targetPort: 5000
|
||||
loadBalancerIP: 192.168.202.5
|
||||
Reference in New Issue
Block a user