We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abee34d commit a6e890dCopy full SHA for a6e890d
pkg/proxy/proxy.go
@@ -19,9 +19,9 @@ import (
19
20
const (
21
configPath = "/config/oauth2_proxy.cfg"
22
- configVolumeName = "oauth2-proxy-config"
23
- configSecretName = "oauth2-proxy-secret" // #nosec
24
- portName = "oauth2-proxy-port"
+ configVolumeName = "proxy-config"
+ configSecretName = "proxy-secret" // #nosec
+ portName = "proxy-port"
25
port = 4180
26
healthPath = "/ping"
27
replicas = 1
0 commit comments