Add annotations
This commit is contained in:
parent
5f78efd4fd
commit
bb256e96d2
2 changed files with 6 additions and 1 deletions
|
@ -114,7 +114,7 @@ metadata:
|
||||||
name: wildcard-hxme-net
|
name: wildcard-hxme-net
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
annotations:
|
annotations:
|
||||||
reflector.v1.k8s.emberstack.com/reflects: "cert-manager/wildcard-hxme-net"
|
replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|
|
@ -59,6 +59,11 @@ metadata:
|
||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
spec:
|
spec:
|
||||||
secretName: wildcard-hxme-net
|
secretName: wildcard-hxme-net
|
||||||
|
secretTemplate:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
replicator.v1.mittwald.de/replication-allowed: "true"
|
||||||
|
replicator.v1.mittwald.de/replication-allowed-namespaces: "nextcloud"
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-rfc2136
|
name: letsencrypt-rfc2136
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue