fix deployment variables
This commit is contained in:
@@ -1,32 +1,33 @@
|
||||
traefik:
|
||||
additionalContainers:
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2025.2.1
|
||||
args: ["tunnel", "--config", "/etc/cloudflared/config/config.yml", "run"]
|
||||
livenessProbe:
|
||||
failureThreshold: 1
|
||||
httpGet:
|
||||
path: /ready
|
||||
port: 2000
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
volumeMounts:
|
||||
- mountPath: /etc/cloudflared/config
|
||||
name: cloudflared-config
|
||||
readOnly: true
|
||||
- mountPath: /etc/cloudflared/creds
|
||||
name: cloudflared-creds
|
||||
readOnly: true
|
||||
additionalVolumes:
|
||||
- name: cloudflared-config
|
||||
configMap:
|
||||
name: cloudflared-config
|
||||
- name: cloudflared-creds
|
||||
secret:
|
||||
secretName: cloudflare-cred
|
||||
deployment:
|
||||
additionalContainers:
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2025.2.1
|
||||
args: ["tunnel", "--config", "/etc/cloudflared/config/config.yml", "run"]
|
||||
livenessProbe:
|
||||
failureThreshold: 1
|
||||
httpGet:
|
||||
path: /ready
|
||||
port: 2000
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
volumeMounts:
|
||||
- mountPath: /etc/cloudflared/config
|
||||
name: cloudflared-config
|
||||
readOnly: true
|
||||
- mountPath: /etc/cloudflared/creds
|
||||
name: cloudflared-creds
|
||||
readOnly: true
|
||||
additionalVolumes:
|
||||
- name: cloudflared-config
|
||||
configMap:
|
||||
name: cloudflared-config
|
||||
- name: cloudflared-creds
|
||||
secret:
|
||||
secretName: cloudflare-cred
|
||||
extraObjects:
|
||||
- apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
|
||||
Reference in New Issue
Block a user