-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.yaml
50 lines (44 loc) · 893 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
oidc:
issuer: https://id.example.com/auth/realms/master
clientID: kubernetes
usernameClaim: preferred_username
groupsClaim: groups
usernamePrefix: "oidc:"
groupsPrefix: "oidc:"
requiredClaims: []
# requiredClaims: ["test=yes"]
deployment:
image:
registry: docker.io
repository: tremolosecurity
name: kube-oidc-proxy
tag: null
pullPolicy: IfNotPresent
pullSecrets: []
replicas: 2
strategy:
type: RollingUpdate
resources:
requests:
memory: "128Mi"
cpu: "500m"
limits:
memory: "128Mi"
cpu: "500m"
service:
type: ClusterIP
annotations: null
externalTrafficPolicy: null
ingress:
enabled: false
annotations: null
hosts:
- api.kubernetes.example.com
tlsSecret: null
ingressClassName: null
affinity: {}
tolerations: []
podDisruptionBudget:
enabled: false
minAvailable:
maxUnavailable: