Skip to content

Commit a6e890d

Browse files
committed
fix:(deployment) make the resources names shorter than 15 characters
1 parent abee34d commit a6e890d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/proxy/proxy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919

2020
const (
2121
configPath = "/config/oauth2_proxy.cfg"
22-
configVolumeName = "oauth2-proxy-config"
23-
configSecretName = "oauth2-proxy-secret" // #nosec
24-
portName = "oauth2-proxy-port"
22+
configVolumeName = "proxy-config"
23+
configSecretName = "proxy-secret" // #nosec
24+
portName = "proxy-port"
2525
port = 4180
2626
healthPath = "/ping"
2727
replicas = 1

0 commit comments

Comments
 (0)