postgres todos

This commit is contained in:
2024-06-18 15:47:02 -04:00
parent 715bac1dd4
commit 2316ff11b6
7 changed files with 68 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: todo
namespace: todo
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: todo.michaelthomson.dev
http:
paths:
- pathType: ImplementationSpecific
path: /
backend:
service:
name: todo
port:
name: http
tls:
- hosts:
- todo.michaelthomson.dev
secretName: letsencrypt-wildcard-cert-michaelthomson.dev