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

24 lines
469 B
YAML
Raw Normal View History

2020-02-08 22:52:42 +00:00
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
ingress.kubernetes.io/ssl-redirect: "true"
labels:
app: statping
name: status
namespace: statping
spec:
rules:
- host: status.tbrnt.ch
http:
paths:
- path: /
backend:
serviceName: statping
2020-02-08 22:55:09 +00:00
servicePort: 8080
2020-02-08 22:52:42 +00:00
tls:
- hosts:
- status.tbrnt.ch
secretName: status-tbrnt-ch-cert