From 19771ea4ad6436f35f22eb6ca22cf9e0d1e0babf Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 12:40:17 +0100 Subject: [PATCH] Change to image:main --- ghost-blog/ghost-deployment.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ghost-blog/ghost-deployment.yaml b/ghost-blog/ghost-deployment.yaml index 34db30f..9670029 100644 --- a/ghost-blog/ghost-deployment.yaml +++ b/ghost-blog/ghost-deployment.yaml @@ -63,8 +63,8 @@ spec: allowPrivilegeEscalation: false resources: limits: - cpu: 500m - memory: 256Mi + cpu: 900m + memory: 1000Mi requests: cpu: 100m memory: 128Mi @@ -94,7 +94,7 @@ spec: containers: - name: ghost-blog - image: ghcr.io/sredevopsorg/ghost-on-kubernetes:latest + image: ghcr.io/sredevopsorg/ghost-on-kubernetes:main imagePullPolicy: Always ports: - name: ghost @@ -159,7 +159,4 @@ spec: runAsUser: 65532 restartPolicy: Always terminationGracePeriodSeconds: 15 - dnsPolicy: ClusterFirst - securityContext: - seccompProfile: - type: RuntimeDefault \ No newline at end of file + dnsPolicy: ClusterFirst \ No newline at end of file