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/ipapi/ingress.yaml

27 lines
465 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
labels:
app: ipapi
name: ipapi
namespace: ipapi
spec:
rules:
- host: ip.tbrnt.ch
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ipapi
port:
number: 8080
tls:
- hosts:
- ip.tbrnt.ch
secretName: ipapi-tbrnt-ch-cert