feat: reverse proxy and certs working

This commit is contained in:
Lino Silva
2022-11-19 23:42:06 +00:00
parent 645dacdca4
commit b27354241d
16 changed files with 1496 additions and 46397 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
- name: Download cert-manager.crds manifest to the cluster.
ansible.builtin.get_url:
url: https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.crds.yaml
url: https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.crds.yaml
dest: /tmp/cert-manager.crds.yaml
mode: "0664"
@@ -14,7 +14,7 @@ spec:
cloudflare:
email: D5&YbHe&oKx82uuTQ^AfW#$*D8GsDE#K3x^446S^wvH#8T@W2C
apiTokenSecretRef:
name: cloudflare-token-secret
name: cloudflare-api-token-secret
key: cloudflare-token
selector:
dnsZones:
@@ -6,4 +6,4 @@ metadata:
namespace: cert-manager
type: Opaque
stringData:
api-token: "{{ cloudflare_api_key }}"
cloudflare-token: "{{ cloudflare_api_key }}"