Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s/argocd/local/ui.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ingress:
- www.wbaas.dev
secretName: wikibase-local-tls
podLabels:
sidecar.istio.io/inject: "true"
sidecar.istio.io/inject: "false"
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion k8s/argocd/staging/ui.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ingress:
- www.wikibase.dev
secretName: wikibase-dev-tls
podLabels:
sidecar.istio.io/inject: "true"
sidecar.istio.io/inject: "false"
resources:
limits:
memory: 20Mi
Expand Down
3 changes: 3 additions & 0 deletions k8s/helmfile/env/local/ui.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ ingress:
resources:
limits:
cpu: 10m

podLabels:
sidecar.istio.io/inject: "false"
3 changes: 3 additions & 0 deletions k8s/helmfile/env/staging/ui.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
image:
tag: sha-f78e803

podLabels:
sidecar.istio.io/inject: "false"