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