Deploy GitHub Pages
This commit is contained in:
parent
d8cf22171a
commit
d47b6b8d57
115 changed files with 58875 additions and 0 deletions
1222
examples/customization/ssl-dh-param/README/index.html
Normal file
1222
examples/customization/ssl-dh-param/README/index.html
Normal file
File diff suppressed because it is too large
Load diff
9
examples/customization/ssl-dh-param/configmap.yaml
Normal file
9
examples/customization/ssl-dh-param/configmap.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
data:
|
||||
ssl-dh-param: "ingress-nginx/lb-dhparam"
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nginx-configuration
|
||||
namespace: ingress-nginx
|
||||
labels:
|
||||
app: ingress-nginx
|
||||
8
examples/customization/ssl-dh-param/ssl-dh-param.yaml
Normal file
8
examples/customization/ssl-dh-param/ssl-dh-param.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
data:
|
||||
dhparam.pem: "...base64 encoded data..."
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: lb-dhparam
|
||||
namespace: ingress-nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue