Skip to content

Commit

Permalink
Fix invalid manifests in e2e tests (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm authored Nov 12, 2024
1 parent 647c4b4 commit 922b46f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000
ports:
- containerPort: 8765
env:
Expand All @@ -33,7 +32,6 @@ spec:
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
readOnly: true
imagePullPolicy: Always
resources:
limits:
cpu: "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000
runAsNonRoot: true
allowPrivilegeEscalation: false
seccompProfile:
Expand Down Expand Up @@ -57,7 +56,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000
runAsNonRoot: true
allowPrivilegeEscalation: false
seccompProfile:
Expand All @@ -45,7 +44,6 @@ spec:
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
readOnly: true
imagePullPolicy: Always
resources:
limits:
cpu: 500m
Expand All @@ -58,7 +56,6 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ spec:
- name: OTEL_RESOURCE_ATTRIBUTES
name: myapp
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
readOnly: true
- mountPath: /otel-auto-instrumentation-nodejs
name: opentelemetry-auto-instrumentation-nodejs
- args:
Expand All @@ -64,8 +62,6 @@ spec:
initContainers:
- name: opentelemetry-auto-instrumentation-nodejs
volumes:
- projected:
defaultMode: 420
- name: opentelemetry-auto-instrumentation-nodejs
ephemeral:
volumeClaimTemplate:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
env:
- name: NODE_PATH
value: /usr/local/lib/node_modules
automountServiceAccountToken: false
automountServiceAccountToken: false
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ spec:
runAsUser: 1000
prometheusCR:
enabled: true
filterStrategy: ""
securityContext:
capabilities:
add:
Expand Down

0 comments on commit 922b46f

Please sign in to comment.