Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
refactor(jupyter-notebook): split manifests in base and istio overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoGR committed Jul 18, 2022
1 parent 128b381 commit 2df55e0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/kubeflow-notebooks/kustomization.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: katulu-fl
resources:
- kustomize
- kustomize/overlays/istio
commonLabels:
app: jupyter-notebook
app.kubernetes.io/component: jupyter-notebook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ resources:
- pv-claim.yaml
- deployment.yaml
- service.yaml
- virtualservice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: katulu-fl

resources:
- ../../base
- virtualservice.yaml

0 comments on commit 2df55e0

Please sign in to comment.