debug service

This commit is contained in:
2024-02-19 11:40:38 +01:00
parent 7fe914f88b
commit 6e52025f9b
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -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
+4 -2
View File
@@ -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
targetPort: 5000
loadBalancerIP: 192.168.202.5