chore: use existing 'nfs' PV instead of creating one
All checks were successful
Build containers when image tags change / build-if-image-changed (backend, shorefront-backend, shorefront backend, backend/Dockerfile, git.baumann.gr/adebaumann/shorefront-backend, .backend.image) (push) Successful in 44s
Build containers when image tags change / build-if-image-changed (frontend, shorefront-frontend, shorefront frontend, frontend/Dockerfile, git.baumann.gr/adebaumann/shorefront-frontend, .frontend.image) (push) Successful in 1m34s
All checks were successful
Build containers when image tags change / build-if-image-changed (backend, shorefront-backend, shorefront backend, backend/Dockerfile, git.baumann.gr/adebaumann/shorefront-backend, .backend.image) (push) Successful in 44s
Build containers when image tags change / build-if-image-changed (frontend, shorefront-frontend, shorefront frontend, frontend/Dockerfile, git.baumann.gr/adebaumann/shorefront-frontend, .frontend.image) (push) Successful in 1m34s
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolume
|
|
||||||
metadata:
|
|
||||||
name: shorefront-postgres-pv
|
|
||||||
labels:
|
|
||||||
{{- include "shorefront.labels" . | nindent 4 }}
|
|
||||||
spec:
|
|
||||||
capacity:
|
|
||||||
storage: {{ .Values.nfs.storage }}
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
persistentVolumeReclaimPolicy: Retain
|
|
||||||
storageClassName: ""
|
|
||||||
nfs:
|
|
||||||
server: {{ .Values.nfs.server }}
|
|
||||||
path: {{ .Values.nfs.path }}
|
|
||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
storageClassName: ""
|
storageClassName: ""
|
||||||
volumeName: shorefront-postgres-pv
|
volumeName: nfs
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: {{ .Values.nfs.storage }}
|
storage: 5Gi
|
||||||
|
|||||||
@@ -26,11 +26,6 @@ postgres:
|
|||||||
requests: { cpu: 100m, memory: 128Mi }
|
requests: { cpu: 100m, memory: 128Mi }
|
||||||
limits: { cpu: 500m, memory: 512Mi }
|
limits: { cpu: 500m, memory: 512Mi }
|
||||||
|
|
||||||
nfs:
|
|
||||||
server: 192.168.17.199
|
|
||||||
path: /mnt/user/kubernetesdata/shorefront
|
|
||||||
storage: 5Gi
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
host: shorefront.baumann.gr
|
host: shorefront.baumann.gr
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
@@ -42,4 +37,4 @@ keycloak:
|
|||||||
redirectUri: https://shorefront.baumann.gr/api/auth/oidc/callback
|
redirectUri: https://shorefront.baumann.gr/api/auth/oidc/callback
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
version: "0.012"
|
version: "0.013"
|
||||||
|
|||||||
Reference in New Issue
Block a user