There was an error while loading. Please reload this page.
1 parent e220332 commit 53d74eaCopy full SHA for 53d74ea
1 file changed
ops/friends-deploy.tmpl.yaml
@@ -56,6 +56,11 @@ ingress:
56
paths:
57
- path: /
58
pathType: ImplementationSpecific
59
+ # For testing Cloudflare-specific issues
60
+ - host: pittir-staging.hykucommons.org
61
+ paths:
62
+ - path: /
63
+ pathType: ImplementationSpecific
64
annotations:
65
nginx.org/client-max-body-size: "0"
66
cert-manager.io/cluster-issuer: "letsencrypt-production-dns"
@@ -64,6 +69,10 @@ ingress:
69
- palni-palci-knapsack-friends.notch8.cloud
70
- "*.palni-palci-knapsack-friends.notch8.cloud"
71
secretName: palni-palci-knapsack-friends-tls
72
73
+ - hosts:
74
+ - pittir-staging.hykucommons.org
75
+ secretName: pittir-staging-hykucommons-tls
67
76
68
77
extraEnvVars: &envVars
78
- name: BUNDLE_DISABLE_LOCAL_BRANCH_CHECK
0 commit comments