This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/owntracks/recorder/ingress.yaml

27 lines
540 B
YAML
Raw Normal View History

2021-12-13 19:17:53 +00:00
apiVersion: networking.k8s.io/v1
2020-01-25 19:53:19 +00:00
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
ingress.kubernetes.io/ssl-redirect: "true"
labels:
app: recorder
name: recorder
namespace: owntracks
spec:
rules:
- host: owntracks.tobru.ch
2020-01-25 19:53:19 +00:00
http:
paths:
- path: /
2021-12-13 19:23:05 +00:00
pathType: Prefix
backend:
2021-12-13 19:17:53 +00:00
service:
name: owntracks
port:
number: 8080
2020-01-25 19:53:19 +00:00
tls:
- hosts:
- owntracks.tobru.ch
secretName: owntracks-tobru-ch-cert