Skip to content

Commit

Permalink
Merge branch 'main' into cloud-857
Browse files Browse the repository at this point in the history
  • Loading branch information
hors authored Sep 17, 2024
2 parents ff79071 + 849c79d commit 244d6d0
Show file tree
Hide file tree
Showing 57 changed files with 461 additions and 130 deletions.
48 changes: 48 additions & 0 deletions config/crd/bases/psmdb.percona.com_perconaservermongodbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3346,10 +3346,24 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
enabled:
type: boolean
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -3365,6 +3379,8 @@ spec:
additionalProperties:
type: string
type: object
type:
type: string
required:
- enabled
type: object
Expand Down Expand Up @@ -10932,10 +10948,24 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
enabled:
type: boolean
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -10951,6 +10981,8 @@ spec:
additionalProperties:
type: string
type: object
type:
type: string
required:
- enabled
type: object
Expand Down Expand Up @@ -16294,8 +16326,22 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -16313,6 +16359,8 @@ spec:
type: object
servicePerPod:
type: boolean
type:
type: string
type: object
hostAliases:
items:
Expand Down
48 changes: 48 additions & 0 deletions deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4019,10 +4019,24 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
enabled:
type: boolean
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -4038,6 +4052,8 @@ spec:
additionalProperties:
type: string
type: object
type:
type: string
required:
- enabled
type: object
Expand Down Expand Up @@ -11605,10 +11621,24 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
enabled:
type: boolean
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -11624,6 +11654,8 @@ spec:
additionalProperties:
type: string
type: object
type:
type: string
required:
- enabled
type: object
Expand Down Expand Up @@ -16967,8 +16999,22 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -16986,6 +17032,8 @@ spec:
type: object
servicePerPod:
type: boolean
type:
type: string
type: object
hostAliases:
items:
Expand Down
28 changes: 19 additions & 9 deletions deploy/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,16 @@ spec:
# external-2: rs0-2.mycluster2.xyz
expose:
enabled: false
exposeType: ClusterIP
type: ClusterIP
# loadBalancerIP: 10.0.0.0/8
# loadBalancerSourceRanges:
# - 10.0.0.0/8
# serviceAnnotations:
# annotations:
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
# serviceLabels:
# labels:
# rack: rack-22
# internalTrafficPolicy: Local
# externalTrafficPolicy: Local
resources:
limits:
cpu: "300m"
Expand Down Expand Up @@ -408,13 +411,17 @@ spec:
maxUnavailable: 1
expose:
enabled: false
exposeType: ClusterIP
type: ClusterIP
# loadBalancerIP: 10.0.0.0/8
# loadBalancerSourceRanges:
# - 10.0.0.0/8
# serviceAnnotations:
# annotations:
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
# serviceLabels:
# labels:
# rack: rack-22
# nodePort: 32017
# internalTrafficPolicy: Local
# externalTrafficPolicy: Local
resources:
limits:
cpu: "300m"
Expand Down Expand Up @@ -516,15 +523,18 @@ spec:
cpu: "300m"
memory: "0.5G"
expose:
exposeType: ClusterIP
type: ClusterIP
# servicePerPod: true
# loadBalancerIP: 10.0.0.0/8
# loadBalancerSourceRanges:
# - 10.0.0.0/8
# serviceAnnotations:
# annotations:
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
# serviceLabels:
# labels:
# rack: rack-22
# nodePort: 32017
# internalTrafficPolicy: Local
# externalTrafficPolicy: Local
# hostAliases:
# - ip: "10.10.0.2"
# hostnames:
Expand Down
48 changes: 48 additions & 0 deletions deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4019,10 +4019,24 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
enabled:
type: boolean
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -4038,6 +4052,8 @@ spec:
additionalProperties:
type: string
type: object
type:
type: string
required:
- enabled
type: object
Expand Down Expand Up @@ -11605,10 +11621,24 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
enabled:
type: boolean
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -11624,6 +11654,8 @@ spec:
additionalProperties:
type: string
type: object
type:
type: string
required:
- enabled
type: object
Expand Down Expand Up @@ -16967,8 +16999,22 @@ spec:
type: object
expose:
properties:
annotations:
additionalProperties:
type: string
type: object
exposeType:
type: string
externalTrafficPolicy:
type: string
internalTrafficPolicy:
type: string
labels:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand All @@ -16986,6 +17032,8 @@ spec:
type: object
servicePerPod:
type: boolean
type:
type: string
type: object
hostAliases:
items:
Expand Down
Loading

0 comments on commit 244d6d0

Please sign in to comment.