fix cert
This commit is contained in:
parent
7ebb0ce54e
commit
5edf34c965
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ spec:
|
||||||
- name: https
|
- name: https
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
port: 443
|
port: 443
|
||||||
|
tls:
|
||||||
|
mode: Terminate
|
||||||
|
options:
|
||||||
|
networking.gke.io/certmap: devops-lab-cert-map
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: "All"
|
from: "All"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue