infra/kubernetes/endpoints/Ingress-secrets.yaml
Gabriel Simmer 7ac99af974
All checks were successful
Lint / lint (push) Successful in 37s
Transition to Vault
2024-07-06 00:48:36 +01:00

23 lines
418 B
YAML

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