new configuration version
This commit is contained in:
parent
166270dc12
commit
3cc57959b7
|
@ -46,7 +46,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-e7bbe461c57d919684ab20fadedfceeab3610bbf"
|
||||
tag: "r-00f0f61fb348443f1224e437616e4c4c13a7ee82"
|
||||
dir: "DEFAULT-ADN-POST-IAM-TKNXCHNG-PROJECT/DEFAULT-ADN-POST-IAM-TKNXCHNG-INV/npi"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -9,11 +9,11 @@ metadata:
|
|||
projectKey: "DEFAULT-ADN-POST-IAM-TKNXCHNG-PROJECT"
|
||||
patternId: "92e282d1dc2b69d9e4f91fc0"
|
||||
spec:
|
||||
cn: "test.ch"
|
||||
cn: "test.agov-w.azure.adnovum.net"
|
||||
usage: "<reserved for future use>"
|
||||
san:
|
||||
dns:
|
||||
- "npi"
|
||||
- "npi.adn-postit-tknxchng-01-dev"
|
||||
- "test.ch"
|
||||
- "test.agov-w.azure.adnovum.net"
|
||||
email: []
|
||||
|
|
|
@ -10,7 +10,7 @@ metadata:
|
|||
patternId: "92e282d1dc2b69d9e4f91fc0"
|
||||
spec:
|
||||
hosts:
|
||||
- host: "test.ch"
|
||||
- host: "test.agov-w.azure.adnovum.net"
|
||||
protocol: "HTTPS"
|
||||
servicePort: 8443
|
||||
serviceName: "npi"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<!-- source: pattern://92e282d1dc2b69d9e4f91fc0 -->
|
||||
<Connector port="11080" name="management" listen="0.0.0.0:11080"/>
|
||||
<!-- source: pattern://23dc4a9fcc79a12d82662747 -->
|
||||
<Connector port="443" name="test.ch" listen="0.0.0.0:8443">
|
||||
<Connector port="443" name="test.agov-w.azure.adnovum.net" listen="0.0.0.0:8443">
|
||||
<!-- source: pattern://23dc4a9fcc79a12d82662747, pattern://23dc4a9fcc79a12d82662747#keystore -->
|
||||
<SSL SSLCipherSuite="ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256" SSLOptions="+OptRenegotiate +StdEnvVars +ExportCertData" SSLProtocol="-all +TLSv1.2 -TLSv1.3" SSLCertificateFile="/var/opt/keys/own/npi-23dc4a9fcc79a12d82662747/cert.pem" SSLCertificateKeyFile="/var/opt/keys/own/npi-23dc4a9fcc79a12d82662747/key.pem" SSLCertificateChainFile="/var/opt/keys/own/npi-23dc4a9fcc79a12d82662747/ca-chain.pem" SSLInsecureRenegotiation="off" SSLHonorCipherOrder="on"/>
|
||||
</Connector>
|
||||
|
@ -24,9 +24,9 @@
|
|||
<Context docBase="/var/opt/nevisproxy/default/host-management"/>
|
||||
</Host>
|
||||
<!-- source: pattern://92e282d1dc2b69d9e4f91fc0 -->
|
||||
<Host name="test.ch">
|
||||
<Host name="test.agov-w.azure.adnovum.net">
|
||||
<!-- source: pattern://23dc4a9fcc79a12d82662747 -->
|
||||
<Context entryURI="/" unsecureConnection="allow" trailingSlashRedirect="true" filePreload="false" docBase="/var/opt/nevisproxy/default/host-test.ch" path="" allowedMethods="ALL-HTTP ALL-WEBDAV -TRACE -CONNECT"/>
|
||||
<Context entryURI="/" unsecureConnection="allow" trailingSlashRedirect="true" filePreload="false" docBase="/var/opt/nevisproxy/default/host-test.agov-w.azure.adnovum.net" path="" allowedMethods="ALL-HTTP ALL-WEBDAV -TRACE -CONNECT"/>
|
||||
</Host>
|
||||
</Engine>
|
||||
</Service>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Loading…
Reference in New Issue