Skip to content

Commit

Permalink
update csi
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 16, 2023
1 parent 2c7670b commit 3131bfc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ resources:
# descheduler
- github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=v0.28.1

patchesStrategicMerge:
- ./patch-schedule.yaml
patches:
- path: ./patch-schedule.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/controller.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/csi-driver.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/node.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/storage-class.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/snapshotter/snapshotter.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/snapshotter/volume-snapshot-class.yml

images:
- name: synology/synology-csi
newTag: latest
- name: k8s.gcr.io/sig-storage/csi-snapshotter
newName: registry.k8s.io/sig-storage/csi-snapshotter
- name: k8s.gcr.io/sig-storage/csi-provisioner
newName: registry.k8s.io/sig-storage/csi-provisioner
- name: k8s.gcr.io/sig-storage/csi-attacher
newName: registry.k8s.io/sig-storage/csi-attacher
- name: k8s.gcr.io/sig-storage/csi-resizer
newName: registry.k8s.io/sig-storage/csi-resizer
- name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
newName: registry.k8s.io/sig-storage/csi-node-driver-registrar
- name: k8s.gcr.io/sig-storage/csi-snapshotter
newName: registry.k8s.io/sig-storage/csi-snapshotter
patches:
- path: ./storageclass.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/controller.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/csi-driver.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/node.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/storage-class.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/snapshotter/snapshotter.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/snapshotter/volume-snapshot-class.yml
- ./storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: seichi-gateway
resources:
- "../../../app-templates/minecraft-gateway-bungeecord"
- "./bungeecord-config.yaml"
- ../../../app-templates/minecraft-gateway-bungeecord
- ./bungeecord-config.yaml

patchesStrategicMerge:
- "bungeecord-metrics-patch.yaml"
- "bungeecord-plugin-configs-patch.yaml"
- "service-bungeecord-loadbalancer.yaml"

patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: bungeecord
patch: |-
patches:
- patch: |-
- op: replace
path: /spec/template/spec/containers/0/resources/requests/memory
value: 1024Mi
- op: replace
path: /spec/template/spec/containers/0/env/0/value
value: 1024m
target:
group: apps
kind: Deployment
name: bungeecord
version: v1
- path: bungeecord-metrics-patch.yaml
- path: bungeecord-plugin-configs-patch.yaml
- path: service-bungeecord-loadbalancer.yaml

0 comments on commit 3131bfc

Please sign in to comment.