Skip to content

Commit

Permalink
add oauth sidecar configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jun 29, 2024
1 parent 80a494f commit 6debe1d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.22
version: 0.1.23
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
23 changes: 23 additions & 0 deletions charts/runtime/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: plural-operator-oauth-sidecar-config
data:
oauth-sidecar-config.yaml: |
containers:
- name: oauth2-proxy
image: dkr.plural.sh/oauth2-proxy/oauth2-proxy/oauth2-proxy:v7.3.0
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 25m
memory: 50Mi
limits:
memory: 50Mi
ports:
- name: oauth-http
containerPort: 4180
protocol: TCP
- name: oauth-metrics
containerPort: 44180
protocol: TCP

0 comments on commit 6debe1d

Please sign in to comment.