mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-01 20:54:51 +01:00
12 lines
205 B
YAML
12 lines
205 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: nginx-https-secret
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
server-cert.pem: |
|
||
|
-----BEGIN CERTIFICATE-----
|
||
|
...
|
||
|
-----END CERTIFICATE-----
|
||
|
server-key.pem: |
|
||
|
|