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