This commit is contained in:
Micke Nordin 2024-11-14 11:15:20 +01:00
parent 81262d2af1
commit b706c72110
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
resources:
- portal-pvc.yml
- portal-deployment.yml
- portal-ingress.yml
- portal-namespace.yml
- portal-service.yml
- portal-pvc.yml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

View file

@ -9,7 +9,7 @@ metadata:
app: portal-node
spec:
volumes:
- name: config-volume
- name: init-config
persistentVolumeClaim:
claimName: init-config
replicas: 3
@ -27,7 +27,7 @@ spec:
image: docker.sunet.se/drive/portal:0.1.0-3
imagePullPolicy: Always
volumeMounts:
- name: config-volume
- name: inti-config
mountPath: /config
subPath: config
resources: {}
@ -35,7 +35,7 @@ spec:
- image: docker.sunet.se/drive/portal:0.1.0-3
name: init-config
volumeMounts:
- name: config-volume
- name: init-config
mountPath: /config
subPath: config
env: