imfreedom/k8s-cluster

Lower the resources for trac

15 months ago, Gary Kramlich
5e0f351f8ee3
Lower the resources for trac

We haven't had any stability issues with trac since we redirected the issues,
so we're going to lower the resources to reflect that and hopefully bring them
down a bit more over time.
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: nest-http-redirect
spec:
entryPoints:
- https
routes:
- match: Host(`nest.pidgin.im`)
kind: Rule
services:
- name: pidgin-im
port: 3000
middlewares:
- name: pidgin-redirects
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: nest-https-redirect
spec:
entryPoints:
- https
routes:
- match: Host(`nest.pidgin.im`)
kind: Rule
services:
- name: pidgin-im
port: 3000
middlewares:
- name: hsts-headers
- name: pidgin-redirects
tls:
secretName: nest-redirects-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: nest-redirects-tls
spec:
secretName: nest-redirects-tls
issuerRef:
name: letsencrypt
commonName: nest.pidgin.im
dnsNames:
- nest.pidgin.im