Ops: Adjust deployment manifests for environment

This commit is contained in:
2026-05-07 17:49:48 -04:00
parent 666c32cd69
commit 551ddbec3b
6 changed files with 17 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
# Replace <your-domain> with the real domain before applying
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
@@ -11,10 +10,10 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- <your-domain>
- reactbin.juggalol.com
secretName: reactbin-tls
rules:
- host: <your-domain>
- host: reactbin.juggalol.com
http:
paths:
# /api/ must appear before / — nginx evaluates paths in declaration order