Open maxpain opened 1 day ago
The problem only exists if using Flux CD.
I have this TunnelBinding
config:
apiVersion: networking.cfargotunnel.com/v1alpha1
kind: TunnelBinding
metadata:
name: prerender
subjects:
- name: prerender
tunnelRef:
kind: ClusterTunnel
name: fastcup
And cloudflare-operator
changes subjects
, adding spec
:
subjects:
- kind: Service
name: prerender
spec:
noTlsVerify: false
proxyAddress: 127.0.0.1
proxyPort: 0
proxyType: ''
After this, Flux CD reconciles this Custom Resource again.
Why does cloudflare-operator
change this CR at all? Is it necessary?
After a couple of changes in
TunnelBinding
, the cloudflared deployment started to restarting endlessly.