Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions dt/uni06zeta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,42 @@ replacements:
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.swift.swiftProxy.replicas
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.swift.template.swiftProxy.replicas
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.swift.swiftRing.ringReplicas
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.swift.template.swiftRing.ringReplicas
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.swift.swiftStorage.replicas
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.swift.template.swiftStorage.replicas
options:
create: true

- source:
kind: ConfigMap
name: service-values
Expand Down
6 changes: 6 additions & 0 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ data:

swift:
enabled: true
swiftProxy:
replicas: 1
swiftStorage:
replicas: 1
swiftRing:
ringReplicas: 1

octavia:
enabled: false
Expand Down