mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
chore(kustomize): container registry settings
This commit is contained in:
@@ -5631,6 +5631,34 @@ spec:
|
||||
a node''s labels for the pod to be scheduled on that node.
|
||||
More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/'
|
||||
type: object
|
||||
registrySettings:
|
||||
default:
|
||||
apiServerImage: kube-apiserver
|
||||
controllerManagerImage: kube-controller-manager
|
||||
registry: registry.k8s.io
|
||||
schedulerImage: kube-scheduler
|
||||
description: RegistrySettings allows to override the default
|
||||
images for the given Tenant Control Plane instance. It could
|
||||
be used to point to a different container registry rather
|
||||
than the public one.
|
||||
properties:
|
||||
apiServerImage:
|
||||
default: kube-apiserver
|
||||
type: string
|
||||
controllerManagerImage:
|
||||
default: kube-controller-manager
|
||||
type: string
|
||||
registry:
|
||||
default: registry.k8s.io
|
||||
type: string
|
||||
schedulerImage:
|
||||
default: kube-scheduler
|
||||
type: string
|
||||
tagSuffix:
|
||||
description: The tag to append to all the Control Plane
|
||||
container images. Optional.
|
||||
type: string
|
||||
type: object
|
||||
replicas:
|
||||
default: 2
|
||||
format: int32
|
||||
|
||||
@@ -3577,6 +3577,30 @@ spec:
|
||||
type: string
|
||||
description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/'
|
||||
type: object
|
||||
registrySettings:
|
||||
default:
|
||||
apiServerImage: kube-apiserver
|
||||
controllerManagerImage: kube-controller-manager
|
||||
registry: registry.k8s.io
|
||||
schedulerImage: kube-scheduler
|
||||
description: RegistrySettings allows to override the default images for the given Tenant Control Plane instance. It could be used to point to a different container registry rather than the public one.
|
||||
properties:
|
||||
apiServerImage:
|
||||
default: kube-apiserver
|
||||
type: string
|
||||
controllerManagerImage:
|
||||
default: kube-controller-manager
|
||||
type: string
|
||||
registry:
|
||||
default: registry.k8s.io
|
||||
type: string
|
||||
schedulerImage:
|
||||
default: kube-scheduler
|
||||
type: string
|
||||
tagSuffix:
|
||||
description: The tag to append to all the Control Plane container images. Optional.
|
||||
type: string
|
||||
type: object
|
||||
replicas:
|
||||
default: 2
|
||||
format: int32
|
||||
|
||||
Reference in New Issue
Block a user