Skip to content

Commit 53d74ea

Browse files
committed
Add test domain for CF-specific issues
Connected to #540
1 parent e220332 commit 53d74ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ops/friends-deploy.tmpl.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ ingress:
5656
paths:
5757
- path: /
5858
pathType: ImplementationSpecific
59+
# For testing Cloudflare-specific issues
60+
- host: pittir-staging.hykucommons.org
61+
paths:
62+
- path: /
63+
pathType: ImplementationSpecific
5964
annotations:
6065
nginx.org/client-max-body-size: "0"
6166
cert-manager.io/cluster-issuer: "letsencrypt-production-dns"
@@ -64,6 +69,10 @@ ingress:
6469
- palni-palci-knapsack-friends.notch8.cloud
6570
- "*.palni-palci-knapsack-friends.notch8.cloud"
6671
secretName: palni-palci-knapsack-friends-tls
72+
# For testing Cloudflare-specific issues
73+
- hosts:
74+
- pittir-staging.hykucommons.org
75+
secretName: pittir-staging-hykucommons-tls
6776

6877
extraEnvVars: &envVars
6978
- name: BUNDLE_DISABLE_LOCAL_BRANCH_CHECK

0 commit comments

Comments
 (0)