Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow ingress to be disabled for customers using Istio #114

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

zacharyblasczyk
Copy link
Contributor

Example istio networking:

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
  labels:
    app.kubernetes.io/managed-by: Helm
  name: wandb-vs
  namespace: wandb-operator
spec:
  gateways:
  - wandb-operator/wandb-gw
  hosts:
  - '*'
  http:
  - match:
    - uri:
        prefix: /console
      port: 31005
    route:
    - destination:
        host: wandb-console.wandb-operator.svc.cluster.local
        port:
          number: 8082
  - match:
    - uri:
        prefix: /
      port: 31005
    route:
    - destination:
        host: wandb-app.wandb-operator.svc.cluster.local
        port:
          number: 8080 

Eventually we could also technically template this out with an istio.install: true

@zacharyblasczyk zacharyblasczyk merged commit f39f42c into main Apr 16, 2024
1 check passed
@zacharyblasczyk zacharyblasczyk deleted the zacharyb/ingress-flag branch April 16, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants