commit fa26ce9722
Author: Robert Kaussow <mail@geeklabor.de> Date: Fri Jan 15 15:08:06 2021 +0100 add option to set db_name per instance
This commit is contained in:
parent
0eace10792
commit
bab8e6228b
4
index.md
4
index.md
@ -160,7 +160,7 @@ droneci_autoscaler_docker_auth_config: |
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
droneci_autoscaler_exposed_ports: _unset_
|
||||
droneci_autoscaler_exposed_ports: []
|
||||
```
|
||||
|
||||
#### Example usage
|
||||
@ -213,6 +213,8 @@ droneci_autoscaler_instances:
|
||||
}
|
||||
}
|
||||
}
|
||||
exposed_ports:
|
||||
- "8080:8080"
|
||||
provider_config:
|
||||
- name: DRONE_HETZNERCLOUD_DATACENTER
|
||||
value: fsn1-dc14
|
||||
|
Loading…
Reference in New Issue
Block a user