diff --git a/.gitignore b/.gitignore index 4ed9ab8..6786307 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ *.msm *.msp *.txz + +# Ignore NFS cache files +.nfs* diff --git a/wordpress/.nfs000000014001081800000001 b/wordpress/.nfs000000014001081800000001 deleted file mode 100644 index 6a0ec81..0000000 Binary files a/wordpress/.nfs000000014001081800000001 and /dev/null differ diff --git a/wordpress/values.yaml b/wordpress/values.yaml index d3ee4a7..aec177a 100644 --- a/wordpress/values.yaml +++ b/wordpress/values.yaml @@ -34,6 +34,37 @@ nginx: # cpu: 100m # memory: 128Mi +wordpress: + name: wordpress + image: + repository: harbor.ervine.dev/library/x86_64/alpine/wordpress + tag: php7.4-fpm-alpine + pullPolicy: Always + + imagePullSecrets: [] + nameOverride: "" + fullnameOverride: "" + + securityContext: {} + # capabilities: + # drop: + # - ALL + # readOnlyRootFilesystem: true + # runAsNonRoot: true + # runAsUser: 1000 + + resources: {} + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + # limits: + # cpu: 100m + # memory: 128Mi + # requests: + # cpu: 100m + # memory: 128Mi + serviceAccount: # Specifies whether a service account should be created create: true @@ -81,8 +112,13 @@ resources: {} # cpu: 100m # memory: 128Mi -nodeSelector: {} +nodeSelector: + location: livingRoom tolerations: [] affinity: {} + +config: + storageClassName: nfs-client-hermes + storageSize: 50Gi