Files
calibre/manifests/route.yaml
2025-12-30 19:58:08 +11:00

25 lines
485 B
YAML

kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: calibre-route
namespace: calibre
annotations:
cert-manager.io/issuer-kind: ClusterIssuer
cert-manager.io/issuer-name: letsencrypt-dns01-cloudflare
labels:
app.kubernetes.io/instance: calibre
spec:
host: calibre.apilab.us
path: /
to:
kind: Service
name: calibre
weight: 100
port:
targetPort: http-port
tls:
termination: edge
certificate:
key:
wildcardPolicy: None