component_examples.md 635 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
orphan: true
---

# <Component> Examples

Usage examples for the <Component>.

## Basic Examples

### Example 1: <!-- Title -->

```bash
# Add example from existing docs
```

### Example 2: <!-- Title -->

```python
# Add example from existing docs
```

## Kubernetes Examples

### Minimal Deployment

```yaml
# Add minimal DGDR from existing docs
```

### Production Deployment

```yaml
# Add production DGDR from existing docs
```

## Advanced Examples

### <!-- Advanced Use Case Title -->

<!-- Description -->

```bash
# Add example
```

## Sample Configurations

### config-minimal.yaml

```yaml
# Add from existing docs
```