File tree 1 file changed +31
-0
lines changed
clusters/apps/env/production/games/retrom/app
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 33
33
- name : google-auth-oauth2-proxy
34
34
namespace : auth-system
35
35
port : 80
36
+ - kind : Rule
37
+ match : " Host(`${INGRESSROUTE_SUBDOMAIN}-backend.${FAMILY_DOMAIN}`)"
38
+ middlewares :
39
+ - name : oauth-auth
40
+ namespace : auth-system
41
+ - name : oauth-errors
42
+ namespace : auth-system
43
+ priority : 10
44
+ services :
45
+ - name : ${APP}
46
+ port : 5101
47
+ - kind : Rule
48
+ match : " Host(`${INGRESSROUTE_SUBDOMAIN}-backend.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
49
+ priority : 15
50
+ middlewares :
51
+ - name : oauth-headers
52
+ namespace : auth-system
53
+ services :
54
+ - name : google-auth-oauth2-proxy
55
+ namespace : auth-system
56
+ port : 80
36
57
tls :
37
58
secretName : heyjohn-wildcard-certificate
38
59
domains :
51
72
recordType : CNAME
52
73
targets :
53
74
- ${DYNAMIC_DOMAIN}
75
+ - dnsName : ${INGRESSROUTE_SUBDOMAIN}-backend.${FAMILY_DOMAIN}
76
+ recordTTL : 300
77
+ recordType : CNAME
78
+ targets :
79
+ - ${DYNAMIC_DOMAIN}
54
80
---
55
81
apiVersion : externaldns.k8s.io/v1alpha1
56
82
kind : DNSEndpoint
65
91
recordType : A
66
92
targets :
67
93
- ${CLUSTER_LB_INGRESS_EXTERNAL}
94
+ - dnsName : ${INGRESSROUTE_SUBDOMAIN}-backend.${FAMILY_DOMAIN}
95
+ recordTTL : 300
96
+ recordType : A
97
+ targets :
98
+ - ${CLUSTER_LB_INGRESS_EXTERNAL}
You can’t perform that action at this time.
0 commit comments