chore(cloudflared): clean up cloudflared deployment

remove unused config and enable renovate
This commit is contained in:
Vegard Hagen
2024-11-17 17:03:28 +01:00
parent 11cba23ae2
commit 9de3a6ba0f
5 changed files with 17 additions and 24 deletions
@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: cloudflared
image: cloudflare/cloudflared:2024.6.1
image: cloudflare/cloudflared:2024.6.1 # renovate: docker=cloudflare/cloudflared
imagePullPolicy: IfNotPresent
args:
- tunnel
@@ -37,17 +37,17 @@ spec:
limits:
memory: 512Mi
volumeMounts:
- name: cloudflared-config
- name: config
mountPath: /etc/cloudflared/config/config.yaml
subPath: cloudflared-config.yaml
- name: tunnel-credentials
mountPath: /etc/cloudflared/creds
subPath: config.yaml
- name: credentials
mountPath: /etc/cloudflared/credentials
readOnly: true
restartPolicy: Always
volumes:
- name: cloudflared-config
- name: config
configMap:
name: cloudflared-config
- name: tunnel-credentials
name: config
- name: credentials
secret:
secretName: tunnel-credentials