1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-03 01:45:17 +02:00
flame/k8s/overlays/shokohsc/ingress.yaml

29 lines
620 B
YAML
Raw Normal View History

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: flame
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: ca-cluster-issuer
flame.pawelmalak/name: flame
flame.pawelmalak/url: dev.flame.shokohsc.home
flame.pawelmalak/type: app
flame.pawelmalak/icon: fire
spec:
rules:
- host: dev.flame.shokohsc.home
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: flame
port:
number: 80
tls:
- hosts:
- dev.flame.shokohsc.home
secretName: flame-cert