Commit b7ad99bf authored by Simon Pastor's avatar Simon Pastor
Browse files

1st merge

parent 5da032cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ repo:
    # platform ingress configuration
    ingress:
      # host name
      host: my-platform-fqdn
      host: 10.190.115.20
      # enable https only (redirect http requests to https port)
      https-only: false
      # bind to host ports (true) or node ports (false)
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-07-12T13:38:29.098-04:00
- Build date: 2021-07-14T14:30:39.551-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-07-12T13:38:31.445-04:00
- Build date: 2021-07-14T14:30:41.922-04:00


### Running the server
+2 −1
Original line number Diff line number Diff line
@@ -386,7 +386,6 @@ components:
      required:
        - subscriptionType
        - callbackReference
        - _links
        - appInstanceId
      properties:
        subscriptionType:
@@ -1208,11 +1207,13 @@ components:
        application/json:
          schema:
            $ref: '#/components/schemas/AppReadyConfirmation'
      required: true
    ApplicationsConfirmTermination:
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/AppTerminationConfirmation'
      required: true
    ApplicationsDnsRule:
      content:
        application/json:
+0 −1
Original line number Diff line number Diff line
@@ -513,7 +513,6 @@ components:
      required:
        - subscriptionType
        - callbackReference
        - _links
      properties:
        subscriptionType:
          $ref: >-
Loading