update for k3s instead of k3d
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
c95822bca2
commit
01b536e3ee
1 changed files with 24 additions and 1 deletions
|
|
@ -50,7 +50,30 @@ spec:
|
||||||
name: letsencrypt
|
name: letsencrypt
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- stmatthew-sanmateo.org
|
- stmatthewsanmateo.org
|
||||||
|
---
|
||||||
|
apiVersion: k8s.nginx.org/v1
|
||||||
|
kind: VirtualServer
|
||||||
|
metadata:
|
||||||
|
name: church-site
|
||||||
|
labels:
|
||||||
|
acme.cert-manager.io/http01-solver: "true"
|
||||||
|
spec:
|
||||||
|
host: stmatthewsanmateo.org
|
||||||
|
tls:
|
||||||
|
cert-manager:
|
||||||
|
cluster-issuer: letsencrypt
|
||||||
|
secret: smsm-certs
|
||||||
|
redirect:
|
||||||
|
enable: true
|
||||||
|
upstreams:
|
||||||
|
- name: wordpress
|
||||||
|
service: wordpress
|
||||||
|
port: 80
|
||||||
|
routes:
|
||||||
|
- path: /
|
||||||
|
action:
|
||||||
|
pass: wordpress
|
||||||
---
|
---
|
||||||
apiVersion: k8s.nginx.org/v1
|
apiVersion: k8s.nginx.org/v1
|
||||||
kind: VirtualServer
|
kind: VirtualServer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue