chore: Update manifests after change
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: site-documentation-cloudflared-site
|
||||
name: site-documentation-cloudflared
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: cloudflared-site
|
||||
app.kubernetes.io/name: cloudflared
|
||||
app.kubernetes.io/version: 2025.11.1
|
||||
helm.sh/chart: cloudflared-site-1.23.2
|
||||
helm.sh/chart: cloudflared-site-2.0.1
|
||||
namespace: site-documentation
|
||||
spec:
|
||||
revisionHistoryLimit: 3
|
||||
@@ -18,14 +18,14 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/name: cloudflared-site
|
||||
app.kubernetes.io/name: cloudflared
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/name: cloudflared-site
|
||||
app.kubernetes.io/name: cloudflared
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: cf-tunnel-token
|
||||
name: site-documentation-cloudflared-api-secret
|
||||
name: site-documentation-cloudflared-secret
|
||||
image: cloudflare/cloudflared:2025.11.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
@@ -1,12 +1,15 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: site-documentation-cloudflared-api-secret
|
||||
name: site-documentation-cloudflared-secret
|
||||
namespace: site-documentation
|
||||
labels:
|
||||
app.kubernetes.io/name: site-documentation-cloudflared-api-secret
|
||||
helm.sh/chart: cloudflared-site-2.0.1
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/part-of: site-documentation
|
||||
app.kubernetes.io/version: "2.0.1"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: site-documentation-cloudflared-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
Reference in New Issue
Block a user