We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a7e60 commit c2d77d1Copy full SHA for c2d77d1
config/schemas/config.yaml
@@ -812,37 +812,11 @@ properties:
812
type: string
813
port:
814
examples:
815
- - '5432'
+ - "5432"
816
817
type: object
818
resources:
819
- additionalProperties: false
820
- properties:
821
- limits:
822
823
824
- cpu:
825
- examples:
826
- - 50m
827
- type: string
828
- memory:
829
830
- - 40Mi
831
832
- type: object
833
- requests:
834
835
836
837
838
- - 10m
839
840
841
842
- - 20Mi
843
844
845
+ $ref: '#/$defs/resources'
846
847
848
storageClasses:
0 commit comments