Deploy GitHub Pages
This commit is contained in:
parent
d8cf22171a
commit
d47b6b8d57
115 changed files with 58875 additions and 0 deletions
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