Files
schemas/k8s/ingress-prod.yaml
T

25 lines
699 B
YAML
Raw Normal View History

2022-10-09 15:23:52 +02:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: schemas-ingress
annotations:
2023-01-19 21:07:11 +01:00
alb.ingress.kubernetes.io/group.name: "default"
2022-10-09 15:23:52 +02:00
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: instance
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80},{"HTTPS": 443}]'
alb.ingress.kubernetes.io/ssl-redirect: "443"
2023-01-08 20:31:33 +01:00
alb.ingress.kubernetes.io/healthcheck-path: '/health'
2022-10-09 15:23:52 +02:00
spec:
ingressClassName: "alb"
2022-10-09 15:23:52 +02:00
rules:
- host: "schemas.unbound.se"
http:
paths:
- path: /query
pathType: ImplementationSpecific
backend:
service:
name: schemas
port:
name: api