Skip to content

Commit

Permalink
remove fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Nov 12, 2024
1 parent 579e51f commit e809d54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
13 changes: 0 additions & 13 deletions e2e/regression/testdata/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ spec:
securityContext:
runAsUser: 101
image: quay.io/mongodb/mongodb-community-server@sha256:8b73733842da21b6bbb6df4d7b2449229bb3135d2ec8c6880314d88205772a11
volumeMounts:
- mountPath: /data/db
name: db
- mountPath: /data/configdb
name: configdb
ports:
- containerPort: 27017
# The memory limit is chosen to allow guest pull of the image (1.2G).
Expand All @@ -31,12 +26,4 @@ spec:
memory: 1500Mi
requests:
memory: 1500Mi
# TODO(miampf): Remove this after https://github.com/kata-containers/kata-containers/pull/10136/files is merged
volumes:
- name: db
emptyDir:
sizeLimit: 350Mi
- name: configdb
emptyDir:
sizeLimit: 10Mi
runtimeClassName: contrast-cc
8 changes: 0 additions & 8 deletions e2e/regression/testdata/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ spec:
containers:
- name: prometheus
image: quay.io/prometheus/prometheus@sha256:f20d3127bf2876f4a1df76246fca576b41ddf1125ed1c546fbd8b16ea55117e6
volumeMounts:
- mountPath: /prometheus
name: prometheus
ports:
- containerPort: 9090
securityContext:
runAsUser: 65534
# TODO(miampf): Remove this after https://github.com/kata-containers/kata-containers/pull/10136/files is merged
volumes:
- name: prometheus
emptyDir:
sizeLimit: 10Mi
runtimeClassName: contrast-cc
8 changes: 0 additions & 8 deletions e2e/regression/testdata/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ spec:
containers:
- name: redis
image: ghcr.io/edgelesssys/redis@sha256:ecb0a964c259a166a1eb62f0eb19621d42bd1cce0bc9bb0c71c828911d4ba93d
volumeMounts:
- mountPath: /data
name: data
ports:
- containerPort: 6379
# TODO(miampf): Remove this after https://github.com/kata-containers/kata-containers/pull/10136/files is merged
volumes:
- name: data
emptyDir:
sizeLimit: 10Mi
runtimeClassName: contrast-cc

0 comments on commit e809d54

Please sign in to comment.