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/frontend/ingress.yaml
Tobias Brunner d3adf47756
All checks were successful
continuous-integration/drone/push Build is passing
reorganize owntracks folder
2020-05-31 22:59:36 +02:00

24 lines
473 B
YAML

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
ingress.kubernetes.io/ssl-redirect: "true"
name: frontend
namespace: owntracks
labels:
app: frontend
spec:
rules:
- host: whereis.tobru.ch
http:
paths:
- path: /
backend:
serviceName: frontend
servicePort: 80
tls:
- hosts:
- whereis.tobru.ch
secretName: whereis-tobru-ch-cert