13 lines
216 B
YAML
13 lines
216 B
YAML
provider: ovh
|
|
region: gra
|
|
|
|
resources:
|
|
instanceType: b2-7
|
|
image: ubuntu-22.04
|
|
nodeCount: 1
|
|
|
|
authentication:
|
|
type: apiKey
|
|
applicationKey: test-key
|
|
applicationSecret: test-secret
|
|
consumerKey: test-consumer |