release
All checks were successful
CI/CD Pipeline / build (push) Successful in 11s

This commit is contained in:
2026-03-04 10:38:49 -07:00
parent 190174ab17
commit 0f1b4ea7ed
3 changed files with 12 additions and 6 deletions

View File

@@ -64,10 +64,12 @@ spec:
selector: selector:
app: node-1 app: node-1
ports: ports:
- protocol: TCP - name: http
protocol: TCP
port: 4000 port: 4000
targetPort: 4000 targetPort: 4000
- protocol: TCP - name: dist
protocol: TCP
port: 9000 port: 9000
targetPort: 9000 targetPort: 9000
type: ClusterIP type: ClusterIP

View File

@@ -64,10 +64,12 @@ spec:
selector: selector:
app: node-2 app: node-2
ports: ports:
- protocol: TCP - name: http
protocol: TCP
port: 4000 port: 4000
targetPort: 4000 targetPort: 4000
- protocol: TCP - name: dist
protocol: TCP
port: 9000 port: 9000
targetPort: 9000 targetPort: 9000
type: ClusterIP type: ClusterIP

View File

@@ -64,10 +64,12 @@ spec:
selector: selector:
app: node-3 app: node-3
ports: ports:
- protocol: TCP - name: http
protocol: TCP
port: 4000 port: 4000
targetPort: 4000 targetPort: 4000
- protocol: TCP - name: dist
protocol: TCP
port: 9000 port: 9000
targetPort: 9000 targetPort: 9000
type: ClusterIP type: ClusterIP