Skip to content

Commit 7edcef8

Browse files
committed
feat(ws): Define k8s workload manifest for frontend component #404
Signed-off-by: Noa <[email protected]>
1 parent 46cc25f commit 7edcef8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: networking.istio.io/v1alpha3
2+
kind: DestinationRule
3+
metadata:
4+
name: frontend
5+
spec:
6+
host: nb-frontend-service.kubeflow.svc.cluster.local
7+
trafficPolicy:
8+
tls:
9+
mode: ISTIO_MUTUAL
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
namespace: kubeflow-system
5+
6+
namePrefix: nb-
7+
8+
resources:
9+
- istio-authorization-policy.yaml
10+
- destination-rule.yaml
11+
- virtual-service.yaml

0 commit comments

Comments
 (0)