first commit
This commit is contained in:
commit
c943e81b7b
14 changed files with 207 additions and 0 deletions
13
A3/overlays/dev/certificate.yaml
Normal file
13
A3/overlays/dev/certificate.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: a3-dev-cert
|
||||
namespace: istio-system
|
||||
spec:
|
||||
secretName: a3-dev-cert
|
||||
issuerRef:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- a3-dev.local.gwg313.xyz
|
||||
- a3-dev.gwg313.xyz
|
||||
Loading…
Add table
Add a link
Reference in a new issue