mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 18:36:30 +00:00
1f1e131d25
* fix: also update kustomization patches * fix: last reference to old ingress api
23 lines
454 B
YAML
23 lines
454 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: deps-rs
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
spec:
|
|
rules:
|
|
- host: staging.deps.rs
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: deps-rs
|
|
port:
|
|
name: http
|
|
path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: deps-rs-tls
|
|
hosts:
|
|
- $(DOMAIN)
|