Skip to content

Commit

Permalink
manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Oct 26, 2023
1 parent 0ac3c30 commit 4056616
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions config/advanced-install/namespaced-numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ spec:
targetPort: 8443
selector:
app.kubernetes.io/component: numaflow-ux
app.kubernetes.io/name: numaflow-ux
app.kubernetes.io/part-of: numaflow
type: ClusterIP
---
Expand Down
1 change: 1 addition & 0 deletions config/advanced-install/numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ spec:
targetPort: 8443
selector:
app.kubernetes.io/component: numaflow-ux
app.kubernetes.io/name: numaflow-ux
app.kubernetes.io/part-of: numaflow
type: ClusterIP
---
Expand Down
4 changes: 1 addition & 3 deletions config/base/dex/numaflow-dex-server-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ metadata:
name: numaflow-dex-server
spec:
ports:
- name: https
protocol: TCP
port: 5556
- port: 5556
targetPort: 5556
selector:
app.kubernetes.io/name: numaflow-dex-server
Expand Down
1 change: 1 addition & 0 deletions config/base/numaflow-server/numaflow-server-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ spec:
- targetPort: 8443
port: 8443
selector:
app.kubernetes.io/name: numaflow-ux
app.kubernetes.io/part-of: numaflow
app.kubernetes.io/component: numaflow-ux
5 changes: 2 additions & 3 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16416,9 +16416,7 @@ metadata:
namespace: numaflow-system
spec:
ports:
- name: https
port: 5556
protocol: TCP
- port: 5556
targetPort: 5556
selector:
app.kubernetes.io/component: dex-server
Expand All @@ -16436,6 +16434,7 @@ spec:
targetPort: 8443
selector:
app.kubernetes.io/component: numaflow-ux
app.kubernetes.io/name: numaflow-ux
app.kubernetes.io/part-of: numaflow
type: ClusterIP
---
Expand Down
5 changes: 2 additions & 3 deletions config/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16318,9 +16318,7 @@ metadata:
name: numaflow-dex-server
spec:
ports:
- name: https
port: 5556
protocol: TCP
- port: 5556
targetPort: 5556
selector:
app.kubernetes.io/component: dex-server
Expand All @@ -16337,6 +16335,7 @@ spec:
targetPort: 8443
selector:
app.kubernetes.io/component: numaflow-ux
app.kubernetes.io/name: numaflow-ux
app.kubernetes.io/part-of: numaflow
type: ClusterIP
---
Expand Down

0 comments on commit 4056616

Please sign in to comment.