Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal
paas
drupalSite-operator
Commits
f36361c8
Commit
f36361c8
authored
Nov 28, 2021
by
Konstantinos Samaras-Tsakiris
Browse files
Make QoS class name 'eco'
parent
aba9c7e2
Pipeline
#3294080
passed with stages
in 4 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
api/v1alpha1/drupalsite_types.go
View file @
f36361c8
...
...
@@ -75,7 +75,7 @@ type Configuration struct {
// TODO: support branches https://gitlab.cern.ch/drupal/paas/drupalsite-operator/-/issues/28
// QoSClass specifies the website's performance and availability requirements. The default value is "standard".
// +kubebuilder:validation:Enum:=critical;
test
;standard
// +kubebuilder:validation:Enum:=critical;
eco
;standard
// +kubebuilder:default=standard
// +optional
QoSClass
`json:"qosClass,omitempty"`
...
...
config/crd/bases/drupal.webservices.cern.ch_drupalsites.yaml
View file @
f36361c8
...
...
@@ -82,7 +82,7 @@ spec:
availability requirements. The default value is "standard".
enum
:
-
critical
-
test
-
eco
-
standard
type
:
string
webDAVPassword
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment