Skip to content

Commit

Permalink
feat(postgresql.cnpg.io): add priorityClassName property in `cluste…
Browse files Browse the repository at this point in the history
…r_v1` (#268)
  • Loading branch information
llavaud authored Jan 27, 2024
1 parent fb4f28c commit eb559ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions postgresql.cnpg.io/cluster_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,10 @@
"minimum": 1,
"type": "integer"
},
"priorityClassName": {
"description": "Name of the priority class which will be used in every generated Pod",
"type": "string"
},
"logLevel": {
"default": "info",
"description": "The instances' log level, one of the following values: error, warning, info (default), debug, trace",
Expand Down

0 comments on commit eb559ef

Please sign in to comment.