chore: Update manifests after change
This commit is contained in:
@@ -56,3 +56,95 @@ spec:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: site-documentation
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: site-documentation
|
||||
helm.sh/chart: site-documentation-4.6.2
|
||||
namespace: site-documentation
|
||||
spec:
|
||||
revisionHistoryLimit: 3
|
||||
replicas: 3
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/name: site-documentation
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/name: site-documentation
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
automountServiceAccountToken: true
|
||||
hostIPC: false
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- image: harbor.alexlebens.net/images/site-documentation:0.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: site-documentation-cloudflared-secret
|
||||
namespace: site-documentation
|
||||
labels:
|
||||
helm.sh/chart: cloudflared-2.4.0
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/part-of: site-documentation
|
||||
app.kubernetes.io/version: "2.4.0"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: site-documentation-cloudflared-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
data:
|
||||
- secretKey: cf-tunnel-token
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cloudflare/tunnels/site-documentation
|
||||
metadataPolicy: None
|
||||
property: token
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: site-documentation
|
||||
labels:
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: site-documentation
|
||||
app.kubernetes.io/service: site-documentation
|
||||
helm.sh/chart: site-documentation-4.6.2
|
||||
namespace: site-documentation
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 4321
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: site-documentation
|
||||
app.kubernetes.io/name: site-documentation
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user