|
42 | 42 | apiTimeout: |
43 | 43 | default: 60 |
44 | 44 | description: APITimeout for HAProxy, Apache, and rpc_response_timeout |
45 | | - minimum: 10 |
46 | 45 | type: integer |
47 | 46 | cloudKittyAPI: |
48 | 47 | description: CloudKittyAPI - Spec definition for the API service of |
@@ -494,6 +493,7 @@ spec: |
494 | 493 | DB, defaults to cloudkitty |
495 | 494 | type: string |
496 | 495 | databaseInstance: |
| 496 | + default: openstack |
497 | 497 | description: |- |
498 | 498 | MariaDB instance name |
499 | 499 | Right now required by the maridb-operator to get the credentials from the instance to create the DB |
@@ -538,6 +538,37 @@ spec: |
538 | 538 | description: PreserveJobs - do not delete jobs after they finished |
539 | 539 | e.g. to check logs |
540 | 540 | type: boolean |
| 541 | + prometheusHost: |
| 542 | + description: Host of user deployed prometheus |
| 543 | + type: string |
| 544 | + prometheusPort: |
| 545 | + description: Port of user deployed prometheus |
| 546 | + format: int32 |
| 547 | + maximum: 65535 |
| 548 | + minimum: 1 |
| 549 | + type: integer |
| 550 | + prometheusTLSCaCertSecret: |
| 551 | + description: If defined, specifies which CA certificate to use for |
| 552 | + user deployed prometheus |
| 553 | + nullable: true |
| 554 | + properties: |
| 555 | + key: |
| 556 | + description: The key of the secret to select from. Must be a |
| 557 | + valid secret key. |
| 558 | + type: string |
| 559 | + name: |
| 560 | + description: |- |
| 561 | + Name of the referent. |
| 562 | + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names |
| 563 | + TODO: Add other useful fields. apiVersion, kind, uid? |
| 564 | + type: string |
| 565 | + optional: |
| 566 | + description: Specify whether the Secret or its key must be defined |
| 567 | + type: boolean |
| 568 | + required: |
| 569 | + - key |
| 570 | + type: object |
| 571 | + x-kubernetes-map-type: atomic |
541 | 572 | rabbitMqClusterName: |
542 | 573 | default: rabbitmq |
543 | 574 | description: |- |
@@ -657,6 +688,17 @@ spec: |
657 | 688 | and its conditions are likely stale. |
658 | 689 | format: int64 |
659 | 690 | type: integer |
| 691 | + prometheusHostname: |
| 692 | + description: PrometheusHost - Hostname for prometheus used for autoscaling |
| 693 | + type: string |
| 694 | + prometheusPort: |
| 695 | + description: PrometheusPort - Port for prometheus used for autoscaling |
| 696 | + format: int32 |
| 697 | + type: integer |
| 698 | + prometheusTLS: |
| 699 | + description: PrometheusTLS - Determines if TLS should be used for |
| 700 | + accessing prometheus |
| 701 | + type: boolean |
660 | 702 | serviceIDs: |
661 | 703 | additionalProperties: |
662 | 704 | type: string |
|
0 commit comments