Skip to content

Commit

Permalink
Revert unnecessary updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 15, 2023
1 parent c6aa642 commit cbde88e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/configure-custom-values-scalardb-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,17 @@ You can configure them using the same syntax as the affinity of Kubernetes. So,

```yaml
affinity:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.kubernetes.io/app
operator: In
values:
- scalardb-graphql
topologyKey: kubernetes.io/hostname
weight: 50
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.kubernetes.io/app
operator: In
values:
- scalardb-graphql
topologyKey: kubernetes.io/hostname
weight: 50
```

### Prometheus/Grafana configurations (Recommended in the production environment)
Expand Down

0 comments on commit cbde88e

Please sign in to comment.