Skip to content

Commit

Permalink
Added TLS port/CA
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Feb 15, 2023
1 parent 06303d2 commit 8cdc95f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions pkg/api/v1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"description": "Deprecated: Use 'publicPort' instead.",
"type": "integer"
},
"tlsCAPath": {
"description": "Defines the port CA path",
"type": "string"
},
"metricsPort": {
"description": "Defines the metrics port that the app should be configured to listen on for metric traffic.",
"type": "integer"
Expand Down Expand Up @@ -456,6 +460,10 @@
"app": {
"description": "The app name of the ClowdApp hosting the service.",
"type": "string"
},
"tlsPort": {
"description": "The TLS port of the dependent service.",
"type": "integer"
}
},
"required": [
Expand Down Expand Up @@ -485,6 +493,10 @@
"app": {
"description": "The app name of the ClowdApp hosting the service.",
"type": "string"
},
"tlsPort": {
"description": "The TLS port of the dependent service.",
"type": "integer"
}
},
"required": [
Expand Down
12 changes: 9 additions & 3 deletions pkg/api/v1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cdc95f

Please sign in to comment.