Compare commits
2 commits
0078707c38
...
dce160c4e8
Author | SHA1 | Date | |
---|---|---|---|
dce160c4e8 | |||
5aaafaefad |
2 changed files with 28 additions and 0 deletions
11
apps-kustomized/wildcard/certificate.yaml
Normal file
11
apps-kustomized/wildcard/certificate.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: wildcard
|
||||||
|
spec:
|
||||||
|
dnsNames:
|
||||||
|
- "*.martyn.berlin"
|
||||||
|
issuerRef:
|
||||||
|
kind: ClusterIssuer
|
||||||
|
name: dnsimple-cert-manager-webhook-cert-manager-webhook-dnsimple-production
|
||||||
|
secretName: cluster-ingress-wildcard
|
17
everything-app/wildcard.yaml
Normal file
17
everything-app/wildcard.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: wildcard
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: wildcard
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
path: apps-kustomized/wildcard
|
||||||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
Loading…
Add table
Reference in a new issue