Huge upgraqde to everything
This commit is contained in:
@ -31,7 +31,7 @@ metadata:
|
||||
namespace: debug
|
||||
spec:
|
||||
rules:
|
||||
- host: httpbin.rocks
|
||||
- host: "httpbin.badhouseplants.net"
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
18
manifests/httpo1-cluster-issuer.yaml
Normal file
18
manifests/httpo1-cluster-issuer.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: cluster-issuer
|
||||
app.kubernetes.io/name: acme-cluster-issuer
|
||||
name: badhouseplants-issuer-http01
|
||||
spec:
|
||||
acme:
|
||||
email: allanger@zohomail.com
|
||||
preferredChain: ""
|
||||
privateKeySecretRef:
|
||||
name: badhouseplants-issuer-htt01-account-key
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
ingressClassName: traefik
|
Reference in New Issue
Block a user