Skip to content

Commit

Permalink
disable manager TLS by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Oct 18, 2023
1 parent 2d8bc8b commit 0731dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ spec:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=0.0.0.0:8080"
- "--address=0.0.0.0:8082"
- "--tls-key-path=/opt/cert/tls.key"
- "--tls-cert-path=/opt/cert/tls.crt"
- "--tls-ca-path=/opt/cert/ca.crt"
# - "--tls-key-path=/opt/cert/tls.key"
# - "--tls-cert-path=/opt/cert/tls.crt"
# - "--tls-ca-path=/opt/cert/ca.crt"
image: ghcr.io/snapp-incubator/cerberus:1.5.0
name: manager
volumeMounts:
Expand Down

0 comments on commit 0731dcc

Please sign in to comment.