mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Added snapshot-controller to system packages. It is included in pass-full bundle. Also added new cluster issuer `selfsigned-cluster-issuer`.
14 lines
300 B
YAML
14 lines
300 B
YAML
snapshot-controller:
|
|
controller:
|
|
replicaCount: 2
|
|
revisionHistoryLimit: 10
|
|
webhook:
|
|
replicaCount: 2
|
|
revisionHistoryLimit: 10
|
|
hostNetwork: false
|
|
dnsPolicy: ClusterFirst
|
|
tls:
|
|
certManagerIssuerRef:
|
|
name: selfsigned-cluster-issuer
|
|
kind: ClusterIssuer
|