Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove workspaces manager from staging clusters #5924

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions components/konflux-ui/staging/base/proxy/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,6 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
- image: quay.io/konflux-ci/workspace-manager@sha256:48df30520a766101473e80e7a4abbf59ce06097a5f5919e15075afaa86bd1a2d
name: workspace-manager
ports:
- containerPort: 5000
name: web
protocol: TCP
resources:
limits:
cpu: 300m
memory: 256Mi
requests:
cpu: 30m
memory: 128Mi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
- image: quay.io/oauth2-proxy/oauth2-proxy@sha256:3da33b9670c67bd782277f99acadf7026f75b9507bfba2088eb2d497266ef7fc
name: oauth2-proxy
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- op: replace
path: /spec/template/spec/containers/2/args
path: /spec/template/spec/containers/1/args
value:
- --provider
- oidc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@

- op: remove
path: /spec/template/spec/containers/1/securityContext/runAsUser

- op: remove
path: /spec/template/spec/containers/2/securityContext/runAsUser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- op: replace
path: /spec/template/spec/containers/2/args
path: /spec/template/spec/containers/1/args
value:
- --provider
- oidc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@

- op: remove
path: /spec/template/spec/containers/1/securityContext/runAsUser

- op: remove
path: /spec/template/spec/containers/2/securityContext/runAsUser