infra/kubernetes/endpoints/Ingress-secrets.yaml

23 lines
418 B
YAML
Raw Normal View History

2024-07-06 00:48:36 +01:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTP
name: secrets
namespace: endpoints
spec:
rules:
- host: secrets.gmem.ca
http:
paths:
- backend:
service:
name: secrets
port:
number: 8200
path: /
pathType: Prefix
tls:
- hosts:
- secrets.gmem.ca