Ops: Adjust deployment manifests for environment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user