This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Updated certificate formatting
pull/1259/head
Tim McCarthy
5 years ago
parent
3ffd74e3a9
commit
b5158a9189
1 changed files
with
3 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-6
deploy/aro/openshift-templates/catalogapi-deploy-template.yml
+ 3
- 6
deploy/aro/openshift-templates/catalogapi-deploy-template.yml
View File
@ -104,12 +104,9 @@ objects:
port:
port:
targetPort
:
8080
-
tcp
targetPort
:
8080
-
tcp
tls:
tls:
caCertificate
:
|
${CA_CERTIFICATE}
certificate
:
|
${CERTIFICATE}
key
:
|
${PRIVATE_KEY}
caCertificate
:
${CA_CERTIFICATE}
certificate
:
${CERTIFICATE}
key
:
${PRIVATE_KEY}
termination
:
edge
termination
:
edge
to:
to:
kind
:
Service
kind
:
Service
Write
Preview
Loading…
Cancel
Save