Automated Manifest Update (#2188)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2188 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2188.
This commit is contained in:
@@ -251,54 +251,6 @@ spec:
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: vault-unseal-unseal-1
|
||||
labels:
|
||||
app.kubernetes.io/controller: unseal-1
|
||||
app.kubernetes.io/instance: vault
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: vault
|
||||
helm.sh/chart: unseal-4.4.0
|
||||
namespace: vault
|
||||
spec:
|
||||
revisionHistoryLimit: 3
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/controller: unseal-1
|
||||
app.kubernetes.io/name: vault
|
||||
app.kubernetes.io/instance: vault
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/controller: unseal-1
|
||||
app.kubernetes.io/instance: vault
|
||||
app.kubernetes.io/name: vault
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
automountServiceAccountToken: true
|
||||
hostIPC: false
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- envFrom:
|
||||
- secretRef:
|
||||
name: vault-unseal-config-1
|
||||
image: ghcr.io/lrstanley/vault-unseal:0.7.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 24Mi
|
||||
---
|
||||
# Source: vault/charts/unseal/templates/common.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: vault-unseal-unseal-2
|
||||
labels:
|
||||
@@ -392,6 +344,54 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 24Mi
|
||||
---
|
||||
# Source: vault/charts/unseal/templates/common.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: vault-unseal-unseal-1
|
||||
labels:
|
||||
app.kubernetes.io/controller: unseal-1
|
||||
app.kubernetes.io/instance: vault
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: vault
|
||||
helm.sh/chart: unseal-4.4.0
|
||||
namespace: vault
|
||||
spec:
|
||||
revisionHistoryLimit: 3
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/controller: unseal-1
|
||||
app.kubernetes.io/name: vault
|
||||
app.kubernetes.io/instance: vault
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/controller: unseal-1
|
||||
app.kubernetes.io/instance: vault
|
||||
app.kubernetes.io/name: vault
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
automountServiceAccountToken: true
|
||||
hostIPC: false
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- envFrom:
|
||||
- secretRef:
|
||||
name: vault-unseal-config-1
|
||||
image: ghcr.io/lrstanley/vault-unseal:0.7.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 24Mi
|
||||
---
|
||||
# Source: vault/charts/vault/templates/server-statefulset.yaml
|
||||
# StatefulSet to run the actual vault server cluster.
|
||||
apiVersion: apps/v1
|
||||
@@ -672,7 +672,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: BUCKET
|
||||
name: vault-s3cmd-config
|
||||
image: d3fk/s3cmd:latest@sha256:7bdbd33bb3d044884598898b9e9b383385759fbd6ebf52888700bd9b0e0fab91
|
||||
image: d3fk/s3cmd:latest@sha256:590c42746db1252be8aad33e287c7910698c32b58b4fc34f67592a5bd0841551
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: s3-backup
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user