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.24.0@sha256:4de96b40683bdb4998219b38b728a46e821de7ccd28b2ff6cc69ff26a712e7af name: main resources: requests: cpu: 10m memory: 40Mi