add values for cloudflare
This commit is contained in:
		| @@ -60,6 +60,35 @@ freshrss: | ||||
|           main: | ||||
|             - path: /config | ||||
|               readOnly: false | ||||
| cloudflared: | ||||
|   global: | ||||
|     nameOverride: cloudflared | ||||
|   controllers: | ||||
|     main: | ||||
|       type: deployment | ||||
|       strategy: Recreate | ||||
|       containers: | ||||
|         main: | ||||
|           image: | ||||
|             repository: cloudflare/cloudflared | ||||
|             tag: "2024.5.0" | ||||
|             pullPolicy: IfNotPresent | ||||
|           args: | ||||
|             - tunnel | ||||
|             - --no-autoupdate | ||||
|             - run | ||||
|             - --token | ||||
|             - $(CF_MANAGED_TUNNEL_TOKEN) | ||||
|           env: | ||||
|             - name: CF_MANAGED_TUNNEL_TOKEN | ||||
|               valueFrom: | ||||
|                 secretKeyRef: | ||||
|                   name: freshrss-cloudflared-secret | ||||
|                   key: cf-tunnel-token | ||||
|           resources: | ||||
|             requests: | ||||
|               cpu: 100m | ||||
|               memory: 256Mi | ||||
| postgres-16-cluster: | ||||
|   mode: standalone | ||||
|   kubernetesClusterName: cl01tl | ||||
|   | ||||
		Reference in New Issue
	
	Block a user