File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1616 spec :
1717 serviceAccountName : dex
1818 containers :
19- - image : ghcr.io/dexidp/dex:v2.43.1
19+ - image : ghcr.io/dexidp/dex:v2.44.0
2020 name : dex
2121 command : ["dex", "serve", "/etc/dex/cfg/config.yaml"]
2222 ports :
@@ -43,11 +43,14 @@ spec:
4343 valueFrom :
4444 fieldRef :
4545 fieldPath : metadata.namespace
46- # readinessProbe:
47- # httpGet:
48- # path: /healthz
49- # port: 5556
50- # scheme: HTTPS
46+ readinessProbe :
47+ httpGet :
48+ path : /dex/healthz
49+ port : 5556
50+ initialDelaySeconds : 10
51+ periodSeconds : 10
52+ timeoutSeconds : 3
53+ failureThreshold : 3
5154 volumes :
5255 - name : config
5356 configMap :
Original file line number Diff line number Diff line change 2323 name : oauth2-proxy-theme
2424 containers :
2525 - name : oauth2-proxy
26- image : quay.io/oauth2-proxy/oauth2-proxy:v7.10 .0
26+ image : quay.io/oauth2-proxy/oauth2-proxy:v7.13 .0
2727 args :
2828 - --http-address=0.0.0.0:4180
2929 - --config=/etc/oauth2_proxy/oauth2_proxy.cfg
You can’t perform that action at this time.
0 commit comments