This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `48454fa` (on `48454fa2a580d0059a133a026e2e6c2f64f5363f`) - **Charts Updated**: `site-documentation` ### Update Details (2026-03-31 22:08 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `d3ff1f4` (on `d3ff1f441a1cfaf02a804e6214890deb33e4ac0b`) - **Charts Updated**: `tdarr` Reviewed-on: #5340 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
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.13.0
|
|
imagePullPolicy: IfNotPresent
|
|
name: main
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 128Mi
|