Skip to content

Commit

Permalink
[DO-NOT-MERGE] Test for docker images in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
enarha committed Jan 19, 2025
1 parent 56f9dc0 commit da0aa5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
49 changes: 0 additions & 49 deletions components/pipeline-service/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,6 @@ commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

resources:
- github.com/minio/operator?ref=v5.0.15
- main-pipeline-service-configuration.yaml
- dev-only-pipeline-service-storage-configuration.yaml
- ../base/rbac

patches:
- target:
kind: Service
name: operator
namespace: minio-operator
patch: |
- op: add
path: /metadata/annotations/ignore-check.kube-linter.io~1dangling-service
value: This service is not dangling. The minio operator assigns the missing labels at runtime.
- target:
kind: Deployment
name: minio-operator
namespace: minio-operator
patch: |
- op: add
path: /metadata/annotations/ignore-check.kube-linter.io~1no-read-only-root-fs
value: The operator needs to be able to write to /tmp
- op: add
path: /spec/template/spec/containers/0/resources/limits
value:
cpu: 200m
memory: 256Mi
- op: remove
path: /spec/template/spec/containers/0/securityContext/runAsUser
- op: remove
path: /spec/template/spec/containers/0/securityContext/runAsGroup
- target:
kind: Deployment
name: console
namespace: minio-operator
patch: |
- op: add
path: /spec/template/spec/containers/0/resources
value:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 100m
memory: 128Mi
- op: remove
path: /spec/template/spec/containers/0/securityContext/runAsUser
- op: remove
path: /spec/template/spec/containers/0/securityContext/runAsGroup
- op: add
path: /spec/template/spec/containers/0/securityContext/readOnlyRootFilesystem
value: true
1 change: 1 addition & 0 deletions date
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sun Jan 19 10:17:58 AM IST 2025

0 comments on commit da0aa5b

Please sign in to comment.