...
| Code Block | ||||
|---|---|---|---|---|
| ||||
apiVersion: v1 kind: Secret metadata: name: cafe-secret namespace: nginx-ingress # Warning! The namespace of the Secret and of the ingressIngress resource must match type: kubernetes.io/tls data: tls.crt: <new_base64_encoded_cert> tls.key: <new_base64_encoded_key> |
...